diff options
Diffstat (limited to 'js/io/system')
-rwxr-xr-x | js/io/system/fileio.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/fileio.js b/js/io/system/fileio.js index 2c49e849..23186cf2 100755 --- a/js/io/system/fileio.js +++ b/js/io/system/fileio.js | |||
@@ -20,7 +20,7 @@ NOTES: | |||
20 | var Montage = require("montage/core/core").Montage; | 20 | var Montage = require("montage/core/core").Montage; |
21 | //////////////////////////////////////////////////////////////////////// | 21 | //////////////////////////////////////////////////////////////////////// |
22 | //Exporting as File I/O | 22 | //Exporting as File I/O |
23 | exports.FileIo = Montage.create(Object.prototype, { | 23 | exports.FileIo = Montage.create(require("montage/ui/component").Component, { |
24 | //////////////////////////////////////////////////////////////////// | 24 | //////////////////////////////////////////////////////////////////// |
25 | //newFile Object (*required): {uri*, contents, contentType} | 25 | //newFile Object (*required): {uri*, contents, contentType} |
26 | //Return codes | 26 | //Return codes |