diff options
author | Jose Antonio Marquez | 2012-02-08 16:33:09 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 16:33:09 -0800 |
commit | b62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e (patch) | |
tree | 377e573aa51f21dfc6ad3afae71f1a7d0c34c2d9 /js/io/system/coreioapi.js | |
parent | fb4fdc82afe9ef62402fa3f2ccb5c291f703c7a8 (diff) | |
download | ninja-b62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e.tar.gz |
Adding a purge library method
Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
Diffstat (limited to 'js/io/system/coreioapi.js')
-rwxr-xr-x | js/io/system/coreioapi.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index e2c2e4dd..0e721500 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -89,15 +89,9 @@ exports.CoreIoApi = Montage.create(Component, { | |||
89 | this.ninjaLibrary.coreApi = this; | 89 | this.ninjaLibrary.coreApi = this; |
90 | //TODO: Add sync loading screen logic | 90 | //TODO: Add sync loading screen logic |
91 | 91 | ||
92 | |||
93 | |||
94 | |||
95 | //TODO: Remove test | 92 | //TODO: Remove test |
96 | this.ninjaLibrary.copyLibToCloud('Users/kgq387/Desktop/Ninja Cloud/Disk', 'montage0.6.0'); | 93 | //this.ninjaLibrary.copyLibToCloud('Users/kgq387/Desktop/Ninja Cloud/Disk', 'montage0.6.0'); |
97 | 94 | //this.ninjaLibrary.deleteLibraries(); | |
98 | |||
99 | |||
100 | |||
101 | } | 95 | } |
102 | }, | 96 | }, |
103 | //////////////////////////////////////////////////////////////////// | 97 | //////////////////////////////////////////////////////////////////// |