From 00ab3cd6fcd9e16556765787201d44be225cbd5b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Aug 2011 13:23:08 +0800 Subject: [PATCH] JsParser.js --- JsParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ]; -- 2.39.2