From 09402ae4ec234713fe701f067a81ff348f420ff4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 May 2010 14:00:08 +0800 Subject: [PATCH] XObject.js --- XObject.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XObject.js b/XObject.js index df770e399..baf1f2e63 100644 --- a/XObject.js +++ b/XObject.js @@ -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" + + } -- 2.39.2