aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/fileio.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-04 22:32:18 -0800
committerJose Antonio Marquez2012-02-04 22:32:18 -0800
commit23d958580a785ae265bb0a78f238093cc93cee85 (patch)
treef8aaa2ed9c81b1ba44b821cb2adf3b56e2df7431 /js/io/system/fileio.js
parent8e06b63e5eab5558823f4923e20a832c8b36cbe2 (diff)
downloadninja-23d958580a785ae265bb0a78f238093cc93cee85.tar.gz
Setting up Chrome File System API class
Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud.
Diffstat (limited to 'js/io/system/fileio.js')
-rwxr-xr-xjs/io/system/fileio.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/fileio.js b/js/io/system/fileio.js
index 4ab98606..355812da 100755
--- a/js/io/system/fileio.js
+++ b/js/io/system/fileio.js
@@ -17,7 +17,7 @@ NOTES:
17//////////////////////////////////////////////////////////////////////// 17////////////////////////////////////////////////////////////////////////
18///////////////////////////////////////////////////////////////////// */ 18///////////////////////////////////////////////////////////////////// */
19// 19//
20var Montage = require("montage/core/core").Montage; 20var Montage = require("montage/core/core").Montage;
21//////////////////////////////////////////////////////////////////////// 21////////////////////////////////////////////////////////////////////////
22//Exporting as File I/O 22//Exporting as File I/O
23exports.FileIo = Montage.create(Object.prototype, { 23exports.FileIo = Montage.create(Object.prototype, {