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

index 99936cd..857ca22 100644 (file)
@@ -278,7 +278,7 @@ XObject.prototype = {
             throw {
                 name: "ArgumentError", 
                 message : 'pack method not available : ' + this.xtype + '.' +  pack_m + "\n" +
-                JSON.stringify(this);
+                JSON.stringify(this)
             }