diff options
author | Ananya Sen | 2012-02-09 11:12:21 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-09 11:12:21 -0800 |
commit | c9d0cb73698066247c6267bba8fa446a979565fb (patch) | |
tree | 8d706201eb23565e41e288c710e9ff8a83639113 /js/io/system | |
parent | 04d375a02e44d1c11054ace16cd243ada8e6bd23 (diff) | |
download | ninja-c9d0cb73698066247c6267bba8fa446a979565fb.tar.gz |
fixed templates descriptor, changed validation to on key up, fixed minor ui issues
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
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 |