From: Alan Knowles Date: Tue, 23 Aug 2011 05:23:08 +0000 (+0800) Subject: JsParser.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=00ab3cd6fcd9e16556765787201d44be225cbd5b;p=app.Builder.js JsParser.js --- diff --git a/JsParser.js b/JsParser.js index 662895b54..55038e146 100644 --- a/JsParser.js +++ b/JsParser.js @@ -268,7 +268,7 @@ JsParser = XObject.define( throw "Can not find XObject"; } this.cfg.name = this.tokens[pos-3].data; - his.cfg.type = 'Gtk'; + this.cfg.type = 'Gtk'; var cfg = this.tokens[pos+1].items[0][0].props; this.cfg.items = [ this.parseProps(cfg) ];