Roo/Element.js
[roojs1] / Roo / Element.js
index 7b34d9e..91fffea 100644 (file)
@@ -124,6 +124,7 @@ if(opt.anim.isAnimated()){
          * @type String
          */
         defaultUnit : "px",
+        
         /**
          * Sets the element's visibility mode. When setVisible() is called it
          * will use this to determine whether to set the visibility or the display property.
@@ -2085,7 +2086,7 @@ if(opt.anim.isAnimated()){
             
             // we wander
             var z = 0;
-            var dom = this.dom
+            var dom = this.dom;
             while (dom && dom.style) {
                 if (!isNaN(parseInt(dom.style.zIndex))) {
                     z = Math.max(z, parseInt(dom.style.zIndex));
@@ -2531,7 +2532,6 @@ if(opt.anim.isAnimated()){
 
         scrollTo : function(side, value, animate){
             var prop = side.toLowerCase() == "left" ? "scrollLeft" : "scrollTop";
-            Roo.log(prop);
             if(!animate || !A){
                 this.dom[prop] = value;
             }else{