From 35732e2a434739ac5ff0358066c3aa729fddf076 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Dec 2013 11:05:59 +0800 Subject: [PATCH] Roo.js --- Roo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo.js b/Roo.js index d6da45353c..feca4434d4 100644 --- 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){ -- 2.39.2