Roo.js
authorjohn <john@roojs.com>
Fri, 2 Feb 2018 08:09:21 +0000 (16:09 +0800)
committerjohn <john@roojs.com>
Fri, 2 Feb 2018 08:09:21 +0000 (16:09 +0800)
Roo.js

diff --git a/Roo.js b/Roo.js
index 4833520..b7e6ae5 100644 (file)
--- a/Roo.js
+++ b/Roo.js
@@ -50,6 +50,9 @@ Roo.apply = function(o, c, defaults){
     var idSeed = 0;
     var ua = navigator.userAgent.toLowerCase();
 
+    Roo.log('-------ua---------');
+    Roo.log(ua);
+
     var isStrict = document.compatMode == "CSS1Compat",
         isOpera = ua.indexOf("opera") > -1,
         isSafari = (/webkit|khtml/).test(ua),