From 184702426720c3a87fd249b979f75b3c1e84ffc6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 May 2016 19:28:28 +0300 Subject: [PATCH] chore(client) "," -> ";" --- lib/client.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/client.js b/lib/client.js index 1d6ddece..027706d6 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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) {