Roo/Element.js
authoredward <edward@roojs.com>
Fri, 29 Jan 2016 02:57:03 +0000 (10:57 +0800)
committeredward <edward@roojs.com>
Fri, 29 Jan 2016 02:57:03 +0000 (10:57 +0800)
Roo/Element.js

index 64b29af..d91a4d1 100644 (file)
@@ -125,10 +125,6 @@ if(opt.anim.isAnimated()){
          */
         defaultUnit : "px",
         
-        pxReg : /^\d+(?:\.\d*)?px$/i,
-        
-        percentReg : /^\d+(?:\.\d*)?\%$/i,
-        
         /**
          * 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.