diff options
Diffstat (limited to 'js/io/system/fileio.js')
-rwxr-xr-x | js/io/system/fileio.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/io/system/fileio.js b/js/io/system/fileio.js index 50b86248..8fabe317 100755 --- a/js/io/system/fileio.js +++ b/js/io/system/fileio.js | |||
@@ -35,9 +35,9 @@ NOTES: | |||
35 | For newFile, only the 'uri' is required, if contents is empty, such | 35 | For newFile, only the 'uri' is required, if contents is empty, such |
36 | empty file will be created. 'contents' should be a string to be saved | 36 | empty file will be created. 'contents' should be a string to be saved |
37 | as the file. 'contentType' is the mime type of the file. | 37 | as the file. 'contentType' is the mime type of the file. |
38 | 38 | ||
39 | Core API reference in NINJA: this.application.ninja.coreIoApi | 39 | Core API reference in NINJA: this.application.ninja.coreIoApi |
40 | 40 | ||
41 | //////////////////////////////////////////////////////////////////////// | 41 | //////////////////////////////////////////////////////////////////////// |
42 | ///////////////////////////////////////////////////////////////////// */ | 42 | ///////////////////////////////////////////////////////////////////// */ |
43 | // | 43 | // |
@@ -245,7 +245,7 @@ exports.FileIo = Montage.create(Component, { | |||
245 | } | 245 | } |
246 | } | 246 | } |
247 | //////////////////////////////////////////////////////////////////// | 247 | //////////////////////////////////////////////////////////////////// |
248 | //////////////////////////////////////////////////////////////////// | 248 | //////////////////////////////////////////////////////////////////// |
249 | }); | 249 | }); |
250 | //////////////////////////////////////////////////////////////////////// | 250 | //////////////////////////////////////////////////////////////////////// |
251 | //////////////////////////////////////////////////////////////////////// | 251 | //////////////////////////////////////////////////////////////////////// |