From 66271bb4c09878e69e4c83e023e814d8e56e8fef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Dec 2013 10:50:46 +0800 Subject: [PATCH] Roo.js --- Roo.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo.js b/Roo.js index 201f4ec035..d6da45353c 100644 --- a/Roo.js +++ b/Roo.js @@ -61,7 +61,7 @@ Roo.apply = function(o, c, defaults){ isMac = (ua.indexOf("macintosh") != -1 || ua.indexOf("mac os x") != -1), isLinux = (ua.indexOf("linux") != -1), isSecure = window.location.href.toLowerCase().indexOf("https") === 0; - + isTouch = 'ontouchstart' in document.documentElement; // remove css image flicker if(isIE && !isIE7){ try{ @@ -615,6 +615,8 @@ Roo.factory(conf, Roo.data); isLinux : isLinux, /** @type Boolean */ isMac : isMac, + /** @type Boolean */ + isTouch : isTouch, /** * By default, Ext intelligently decides whether floating elements should be shimmed. If you are using flash, -- 2.39.2