Roo/Element.js
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 06:02:52 +0000 (14:02 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 06:02:52 +0000 (14:02 +0800)
Roo/Element.js

index 630d937..20ea42a 100644 (file)
@@ -189,7 +189,7 @@ if(opt.anim.isAnimated()){
          * Looks at  the scrollable parent element
          */
         findScrollableParent : function(){
-            
+            Roo.log('findScrollableParent');
             var overflowRegex = /(auto|scroll)/;
             
             if(this.getStyle('position') === 'fixed'){