Roo/Element.js
authorjohn <john@roojs.com>
Thu, 21 Jun 2018 08:33:29 +0000 (16:33 +0800)
committerjohn <john@roojs.com>
Thu, 21 Jun 2018 08:33:29 +0000 (16:33 +0800)
Roo/Element.js

index 987b629..5e053b2 100644 (file)
@@ -1782,6 +1782,7 @@ if(opt.anim.isAnimated()){
          * @return {Roo.Element} this
          */
         hide : function(animate){
+            Roo.log('hiding...');
             this.setVisible(false, this.preanim(arguments, 0));
             return this;
         },