From: Alan Knowles Date: Mon, 17 May 2010 05:13:54 +0000 (+0800) Subject: XObject.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=5177aab236fa5781d51aa737bf63e10962a342c2;p=app.Builder.js XObject.js --- diff --git a/XObject.js b/XObject.js index fae2f08e9..a9909ef3c 100644 --- a/XObject.js +++ b/XObject.js @@ -325,7 +325,7 @@ XObject.prototype = { if (xid[0] == '.') { return this.parent.get(xid.substring(1)); } - if (xid[0] == '^') { + if (xid[0] == '/') { var e = this; while (e.parent) { e = e.parent;