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