From: Alan Knowles Date: Wed, 30 Mar 2011 11:21:53 +0000 (+0800) Subject: FixBug.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ce6277804906ce95ec71b311c4f9d161c38894eb FixBug.js --- diff --git a/FixBug.js b/FixBug.js index 6f38e1d0..588b60c1 100644 --- a/FixBug.js +++ b/FixBug.js @@ -55,10 +55,11 @@ FixBug=new XObject({ this.el.show_all(); // block until we return. - this.el.run(); - - print(JSON.stringify(this.get('bug').getValue())); + var run_ret = this.el.run(); + print("RUN RETURN : " + run_ret); + //print(JSON.stringify(this.get('bug').getValue())); + return this.get('bug').getValue(); //this.success = c.success; }, items : [