From: Alan Knowles Date: Fri, 20 Dec 2013 03:05:59 +0000 (+0800) Subject: Roo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=35732e2a434739ac5ff0358066c3aa729fddf076 Roo.js --- 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){