From 8c773715cade8536c66a8e6e27c4fbb3adfbe352 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 16:12:30 +0800 Subject: [PATCH] Roo.js --- Roo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo.js b/Roo.js index c7ac7810f0..59c87890f4 100644 --- a/Roo.js +++ b/Roo.js @@ -69,7 +69,7 @@ Roo.apply = function(o, c, defaults){ if (ua.indexOf('chrome') != -1 && ua.indexOf('android') == -1) { window.addEventListener('touchstart', function __set_has_touch__ () { Roo.isTouch = true; - winow.removeEventListener('touchstart', __set_has_touch__); + window.removeEventListener('touchstart', __set_has_touch__); }); return false; // no touch on chrome!? } -- 2.39.2