feature(directory) add ability to upload directories via drag n drop in Chrome

This commit is contained in:
coderaiser 2015-07-16 08:24:11 -04:00
parent 2790799b98
commit 44531adfc6
27 changed files with 1137 additions and 4 deletions

View file

@ -23,7 +23,8 @@ var CloudCmd;
'client',
client + 'buffer',
client + 'listeners',
client + 'key'
client + 'key',
client + 'directory'
].map(function(name) {
return lib + name;
}),