diff options
author | Ananya Sen | 2012-02-15 09:51:12 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 09:51:12 -0800 |
commit | 9048cd50bf5e0a418d1d95498bb593961f72db36 (patch) | |
tree | 90d029bebddfcd4a8aa4ad6bb9730200b4b3f823 /js/io/system | |
parent | 2e308be9bec5e06d81b2905b65005a232f0a190d (diff) | |
download | ninja-9048cd50bf5e0a418d1d95498bb593961f72db36.tar.gz |
Revert "Reverting text/html document classes and setting up MVC folder structure"
This reverts commit 68ce64a5a2f4a71b54d33916aaf1d57161302425.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/io/system')
-rwxr-xr-x | js/io/system/coreioapi.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index 507804fd..ea9627cc 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -97,12 +97,10 @@ window.hack = function (name, type) { | |||
97 | this.application.ninja.ioMediator.fileNew('Users/kgq387/Desktop/Ninja Cloud/Disk/'+name+'.'+type, '/js/io/templates/files/'+type+'.txt', function (status) {console.log(status)}); | 97 | this.application.ninja.ioMediator.fileNew('Users/kgq387/Desktop/Ninja Cloud/Disk/'+name+'.'+type, '/js/io/templates/files/'+type+'.txt', function (status) {console.log(status)}); |
98 | }.bind(this); | 98 | }.bind(this); |
99 | */ | 99 | */ |
100 | /* | 100 | window.hack = function (path) { |
101 | window.hack = function (path) { | ||
102 | // | 101 | // |
103 | this.application.ninja.ioMediator.fileOpen('Users/kgq387/Desktop/Ninja Cloud/Disk/'+path, function (result) {console.log(result)}); | 102 | this.application.ninja.ioMediator.fileOpen('Users/kgq387/Desktop/Ninja Cloud/Disk/'+path, function (result) {console.log(result)}); |
104 | }.bind(this); | 103 | }.bind(this); |
105 | */ | ||
106 | } | 104 | } |
107 | }, | 105 | }, |
108 | //////////////////////////////////////////////////////////////////// | 106 | //////////////////////////////////////////////////////////////////// |