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