refactor(client) HOST

This commit is contained in:
coderaiser 2014-02-14 10:49:51 -05:00
parent 956ca1dd62
commit 03a6c2c594

View file

@ -23,8 +23,8 @@ var Util, DOM, CloudFunc;
this.MIN_ONE_PANEL_WIDTH = 1155;
this.OLD_BROWSER = false;
this.HOST = (function() {
var lLocation = document.location;
return lLocation.protocol + '//' + lLocation.host;
var location = document.location;
return location.protocol + '//' + location.host;
})();
/**