Roo.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Jan 2016 08:21:27 +0000 (16:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Jan 2016 08:21:27 +0000 (16:21 +0800)
Roo.js

diff --git a/Roo.js b/Roo.js
index f1d5ebe..0680757 100644 (file)
--- a/Roo.js
+++ b/Roo.js
@@ -63,7 +63,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,
-        isIOS = /iphone|ipad\./.test(ua),
+        isIOS = /iphone|ipad/.test(ua),
         isTouch =  (function() {
             try {  
                 document.createEvent("TouchEvent");