From: Alan Knowles Date: Tue, 11 Oct 2016 08:12:30 +0000 (+0800) Subject: Roo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8c773715cade8536c66a8e6e27c4fbb3adfbe352 Roo.js --- 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!? }