XObject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 10:57:03 +0000 (18:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 10:57:03 +0000 (18:57 +0800)
XObject.js

index 78a74cd..08c1b68 100644 (file)
@@ -94,7 +94,7 @@ function XObject (cfg) {
             continue;
         }
         // these properties are not copied to cfg.
-        if (    i == 'pack' ||
+        if (   // i == 'pack' ||
                 i == 'items' ||
                 i == 'id' ||
                 i == 'xtype' ||