diff --git a/lib/client.js b/lib/client.js index 1929fbd9..65ddc77f 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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; })(); /**