mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) Promise -> Promise.min
This commit is contained in:
parent
e297c55e7b
commit
983ff4959d
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ var CloudCmd;
|
|||
client + 'notify',
|
||||
client + 'storage',
|
||||
client + 'files',
|
||||
client + 'dialog',
|
||||
'client',
|
||||
client + 'buffer',
|
||||
client + 'listeners',
|
||||
|
|
@ -30,7 +31,7 @@ var CloudCmd;
|
|||
}),
|
||||
|
||||
moduleFiles = [
|
||||
'promise-polyfill/Promise',
|
||||
'promise-polyfill/Promise.min',
|
||||
'format-io/lib/format',
|
||||
'rendy/lib/rendy',
|
||||
'emitify/lib/emitify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue