XObject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 07:08:33 +0000 (15:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 18 May 2010 07:08:33 +0000 (15:08 +0800)
XObject.js

index bb14343..2a47632 100644 (file)
@@ -163,7 +163,7 @@ XObject.prototype = {
             this.el  =   isSeed ? new constructor(this.config) : new constructor();
             
         }
-        if (XObject.debug) print("init: ID:"+ this.id +" typeof(el):" + typeof(this.el));
+        if (XObject.debug) print("init: ID:"+ this.id +" typeof(el):" + this.el);
         
         // always overlay props..
         // check for 'write' on object..