feature(dom) uploadFiles progress: every file -> all files

This commit is contained in:
coderaiser 2015-07-21 05:28:29 -04:00
parent 8b4fbb1998
commit 7ca07cdc1d
4 changed files with 96 additions and 77 deletions

View file

@ -33,6 +33,7 @@ var CloudCmd;
'promise-polyfill/Promise',
'format-io/lib/format',
'rendy/lib/rendy',
'emitify/lib/emitify'
].map(function(name) {
return modules + name;
});