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

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