XObject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 05:57:53 +0000 (13:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 05:57:53 +0000 (13:57 +0800)
XObject.js

index 29a8b8d..60a3452 100644 (file)
@@ -276,7 +276,7 @@ XObject.prototype = {
         if (pack_m && typeof(this.el[pack_m]) == 'undefined') {
             
             Seed.print('pack method not available : ' + this.xtype + '.' +  pack_m);
-            console.dump(this);
+            
             
             return;
         }