sync
[roojs1] / roojs-core-debug.js
index 3d26a89..7331b50 100644 (file)
@@ -7194,18 +7194,6 @@ if(opt.anim.isAnimated()){
                 }
             }
             
-            alert('is android : ' + Roo.isAndroid);
-            alert('is ios : ' + Roo.isIOS);
-            
-            if(Roo.isAndroid){
-                alert('Is Android');
-                return Roo.get(document.documentElement);
-            }
-            
-            if(!Roo.isAndroid){
-                alert('not android');
-            }
-            
             return Roo.isAndroid ? Roo.get(document.documentElement) : Roo.get(document.body);
         },
 
@@ -15529,9 +15517,13 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
      * @return {Roo.Component} this
      */
     enable : function(){
+        
+        Roo.log('------------firing enable------------');
+        
         if(this.rendered){
             this.onEnable();
         }
+        
         this.disabled = false;
         this.fireEvent("enable", this);
         return this;