mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(modules) domkentlist: cloudcmd -> client
This commit is contained in:
parent
de7f6c56dc
commit
82e7f8a220
2 changed files with 1 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ var Util, DOM, CloudFunc, join;
|
|||
funcBefore = function(callback) {
|
||||
var src = prefix + '/join:' + [
|
||||
CloudCmd.LIBDIRCLIENT + 'polyfill.js',
|
||||
'/modules/html5-polyfills/classList.js'
|
||||
'/modules/domtokenlist-shim/dist/domtokenlist.min.js',
|
||||
].join(':');
|
||||
|
||||
DOM.loadJquery(function() {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ var CloudCmd;
|
|||
|
||||
moduleFiles = [
|
||||
'promise-polyfill/Promise',
|
||||
'domtokenlist-shim/dist/domtokenlist',
|
||||
'format-io/lib/format',
|
||||
'rendy/lib/rendy',
|
||||
].map(function(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue