Roo/Element.js
authorjohn <john@roojs.com>
Wed, 29 Nov 2017 07:26:35 +0000 (15:26 +0800)
committerjohn <john@roojs.com>
Wed, 29 Nov 2017 07:26:35 +0000 (15:26 +0800)
Roo/Element.js

index c4ab410..52b5a8d 100644 (file)
@@ -207,7 +207,7 @@ if(opt.anim.isAnimated()){
                     el.dom.nodeName.toLowerCase() != 'body'
             ){
                 el = Roo.get(el.dom.parentNode);
-                Roo.log('findparent:'+ JSON.stringify(el, null, 4)+' | scrollable: '+el.isScrollable()+' | D-el height: '+{D.getViewHeight() - el.dom.clientHeight} + ' | D-el width'+{D.getViewWidth() - el.dom.clientWidth});
+                Roo.log('findparent:'+ JSON.stringify(el, null, 4)+' | scrollable: '+el.isScrollable()+' | D-el height: '+D.getViewHeight() + ' | D-el width'+D.getViewWidth());
                 
             }