diff options
Diffstat (limited to 'js/io/system/coreioapi.js')
-rwxr-xr-x | js/io/system/coreioapi.js | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index 005eabf2..7edb469b 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -83,10 +83,21 @@ exports.CoreIoApi = Montage.create(Component, { | |||
83 | handleSync: { | 83 | handleSync: { |
84 | enumerable: false, | 84 | enumerable: false, |
85 | value: function (e) { | 85 | value: function (e) { |
86 | //Removing events | ||
87 | console.log('Ninja Local Library: Ready'); | 86 | console.log('Ninja Local Library: Ready'); |
87 | //Removing events | ||
88 | this.ninjaLibrary.removeEventListener('sync', this, false); | 88 | this.ninjaLibrary.removeEventListener('sync', this, false); |
89 | this.ninjaLibrary.coreApi = this; | ||
89 | //TODO: Add sync loading screen logic | 90 | //TODO: Add sync loading screen logic |
91 | |||
92 | |||
93 | |||
94 | |||
95 | //TODO: Remove test | ||
96 | this.ninjaLibrary.copyLibToCloud('Users/kgq387/Desktop/Ninja Cloud/Disk', 'montage0.6.0'); | ||
97 | |||
98 | |||
99 | |||
100 | |||
90 | } | 101 | } |
91 | }, | 102 | }, |
92 | //////////////////////////////////////////////////////////////////// | 103 | //////////////////////////////////////////////////////////////////// |