Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / src / ext-core / src / adapter / ext-base-dom.js
index d2e5f4d..7ab8f49 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.2.2
+ * Ext JS Library 3.3.0
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
                            ret = [x,y];
                    }
                }
-            return ret
+            return ret;
         },
 
         setXY : function(el, xy) {
                pos;                    
             
             for (pos in pts) {             
-                   if(!isNaN(pts[pos])) style[pos] = pts[pos] + "px"
+                   if (!isNaN(pts[pos])) {
+                       style[pos] = pts[pos] + "px";
+                }
             }
         },