feature(files) add

This commit is contained in:
coderaiser 2014-06-17 10:12:16 -04:00
parent 6b11242c53
commit e265214051
16 changed files with 144 additions and 90 deletions

View file

@ -9,9 +9,7 @@
var opener = window.opener;
if (opener) {
var CloudCmd = opener.CloudCmd;
CloudCmd.getModules(function(error, modules) {
DOM.Files.get('modules', function(error, modules) {
var Util = opener.Util,
Storage = Util.findObjByNameInArr(modules, 'storage'),
GitHub = Util.findObjByNameInArr(Storage, 'GitHub'),

View file

@ -49,6 +49,7 @@
client + 'load',
client + 'notify',
client + 'storage',
client + 'files',
'client',
client + 'listeners',
client + 'key'