fix(modules) domkentlist: cloudcmd -> client

This commit is contained in:
coderaiser 2015-06-22 06:14:22 -04:00
parent de7f6c56dc
commit 82e7f8a220
2 changed files with 1 additions and 2 deletions

View file

@ -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() {

View file

@ -30,7 +30,6 @@ var CloudCmd;
moduleFiles = [
'promise-polyfill/Promise',
'domtokenlist-shim/dist/domtokenlist',
'format-io/lib/format',
'rendy/lib/rendy',
].map(function(name) {