Remove MirrorModelEmbedded as it is no longer used

This commit is contained in:
Alex Dima
2016-06-25 11:21:55 +02:00
parent 1a6d432675
commit be7f2e237f
22 changed files with 27 additions and 347 deletions

View File

@@ -329,8 +329,8 @@ export default class URI {
path: this.path,
fsPath: this.fsPath,
query: this.query,
fragment: this.fragment.replace(/URL_MARSHAL_REMOVE.*$/, ''), // TODO@Alex: implement derived resources (embedded mirror models) better
external: this.toString().replace(/#?URL_MARSHAL_REMOVE.*$/, ''), // TODO@Alex: implement derived resources (embedded mirror models) better
fragment: this.fragment,
external: this.toString(),
$mid: 1
};
}