diff options
Diffstat (limited to 'js/io/system')
-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 | //////////////////////////////////////////////////////////////////// |