XObject.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 May 2010 09:13:14 +0000 (17:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 May 2010 09:13:14 +0000 (17:13 +0800)
XObject.js

index d9ff152..34051b0 100644 (file)
@@ -62,8 +62,8 @@ function XObject (cfg) {
             continue;
         }
         // these properties are not copied to cfg.
-        if (i == 'pack' ||
-            i == 'items' ||
+        if (    i == 'pack' ||
+                i == 'items' ||
                 i == 'id' ||
                 i == 'xtype' ||
                 i == 'xdebug' ||