aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/fileio.js
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/io/system/fileio.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/io/system/fileio.js')
-rwxr-xr-xjs/io/system/fileio.js6
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////////////////////////////////////////////////////////////////////////