XObject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 09:47:19 +0000 (17:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 09:47:19 +0000 (17:47 +0800)
XObject.js

index 390bab9..6493d60 100644 (file)
@@ -263,7 +263,7 @@ XObject.prototype = {
                 if (!isNaN(parseInt(e))) { args.push( parseInt(e)); return; }
                 args.push(e);
             });
-            print(args.join(","));
+            //print(args.join(","));
             
             pack_m = args.shift();
         } else {
@@ -473,7 +473,7 @@ XObject.extend(XObject,
      * @property {Boolean} debug XObject  debugging.  - set to true to debug.
      * 
      */
-    debug : false,
+    debug : true,
     /**
      * @property {Object} cache - cache of object ids
      *