From: Alan Knowles Date: Mon, 24 May 2010 05:56:37 +0000 (+0800) Subject: XObject.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=15a9ab689e855949a8c69227d333d627cce61d9d XObject.js --- diff --git a/XObject.js b/XObject.js index 3147c32b6..94012ce48 100644 --- a/XObject.js +++ b/XObject.js @@ -274,7 +274,14 @@ XObject.prototype = { // handle error. if (pack_m && typeof(this.el[pack_m]) == 'undefined') { + Seed.print('pack method not available : ' + this.xtype + '.' + pack_m); + var p = this.parent; + while (p) { + Seed.print('PARENT: ' + p.xtype); + p = p.parent; + } + return; }