Roo.js
authorAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 03:05:59 +0000 (11:05 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 20 Dec 2013 03:05:59 +0000 (11:05 +0800)
Roo.js

diff --git a/Roo.js b/Roo.js
index d6da453..feca443 100644 (file)
--- a/Roo.js
+++ b/Roo.js
@@ -60,7 +60,7 @@ Roo.apply = function(o, c, defaults){
         isWindows = (ua.indexOf("windows") != -1 || ua.indexOf("win32") != -1),
         isMac = (ua.indexOf("macintosh") != -1 || ua.indexOf("mac os x") != -1),
         isLinux = (ua.indexOf("linux") != -1),
-        isSecure = window.location.href.toLowerCase().indexOf("https") === 0;
+        isSecure = window.location.href.toLowerCase().indexOf("https") === 0,
         isTouch = 'ontouchstart' in document.documentElement;
     // remove css image flicker
        if(isIE && !isIE7){