chore(client) "," -> ";"

This commit is contained in:
coderaiser 2016-05-24 19:28:28 +03:00
parent 66fa7006d9
commit 1847024267

View file

@ -22,9 +22,9 @@ var Util, DOM, CloudFunc, join;
Storage = DOM.Storage,
type = Util.type;
this.log = log,
this.PREFIX = '',
this.PREFIX_URL = '',
this.log = log;
this.PREFIX = '';
this.PREFIX_URL = '';
this.LIBDIR = '/lib/';
this.LIBDIRCLIENT = '/lib/client/';
this.MIN_ONE_PANEL_WIDTH = 1155;
@ -280,7 +280,7 @@ var Util, DOM, CloudFunc, join;
load(null, module, doBefore[module]);
});
storageObj = Util.findObjByNameInArr(modules, STORAGE),
storageObj = Util.findObjByNameInArr(modules, STORAGE);
mod = Util.getNamesFromObjArray(storageObj);
mod.forEach(function(name) {