XObject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 06:00:08 +0000 (14:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 06:00:08 +0000 (14:00 +0800)
XObject.js

index df770e3..baf1f2e 100644 (file)
@@ -277,8 +277,8 @@ XObject.prototype = {
             
             throw {
                 name: "ArgumentError", 
-                message : 'pack method not available : ' + this.xtype + '.' +  pack_m + "\n" +
-                    JSON.stringify(this)
+                message : 'pack method not available : ' + this.id + " : " + this.xtype + '.' +  pack_m + "\n" +
+                    
             }