diff options
Diffstat (limited to 'js/io/system/projectio.js')
-rwxr-xr-x | js/io/system/projectio.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/projectio.js b/js/io/system/projectio.js index ad4cf151..8e3230d7 100755 --- a/js/io/system/projectio.js +++ b/js/io/system/projectio.js | |||
@@ -10,7 +10,7 @@ var Montage = require("montage/core/core").Montage, | |||
10 | FileIo = require("js/io/system/fileio").FileIo; | 10 | FileIo = require("js/io/system/fileio").FileIo; |
11 | //////////////////////////////////////////////////////////////////////// | 11 | //////////////////////////////////////////////////////////////////////// |
12 | // | 12 | // |
13 | exports.ProjectIo = = Montage.create(Object.prototype, { | 13 | exports.ProjectIo = Montage.create(Object.prototype, { |
14 | //////////////////////////////////////////////////////////////////// | 14 | //////////////////////////////////////////////////////////////////// |
15 | // | 15 | // |
16 | newProject: { | 16 | newProject: { |