From: Alan Knowles Date: Mon, 24 May 2010 05:59:42 +0000 (+0800) Subject: XObject.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=7ad7f214ac7b8045d282dbe02d245e383ead70c2 XObject.js --- diff --git a/XObject.js b/XObject.js index 99936cd08..857ca22b0 100644 --- a/XObject.js +++ b/XObject.js @@ -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) }