aboutsummaryrefslogtreecommitdiff
path: root/js/mediators/io-mediator.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/mediators/io-mediator.js')
-rw-r--r--js/mediators/io-mediator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js
index ade27728..8fe88ee6 100644
--- a/js/mediators/io-mediator.js
+++ b/js/mediators/io-mediator.js
@@ -541,7 +541,7 @@ function loadWebGL (e) {\n\
541 mjsCheck = this.application.ninja.coreIoApi.fileExists({uri: mjsPath}); 541 mjsCheck = this.application.ninja.coreIoApi.fileExists({uri: mjsPath});
542 // 542 //
543 if (!mjsCheck || mjsCheck.status !== 204) { 543 if (!mjsCheck || mjsCheck.status !== 204) {
544 var packjson = this.application.ninja.coreIoApi.createFile({ uri: mjsPath, contents: '{"mappings": {"montage": "' + mjsDirName + '/montage/"}}' }); 544 var packjson = this.application.ninja.coreIoApi.createFile({ uri: mjsPath, contents: '{"mappings": {\n\t\t"montage": "' + mjsDirName + '/montage/",\n\t\t"montage-google": "' + mjsDirName + '/montage-google/"\n\t}\n}' });
545 } else { 545 } else {
546 //Already exists 546 //Already exists
547 } 547 }