Re: [qooxdoo-devel] app is acting like a breakpoint has been set with Firebug.

2011-12-20 Thread John Spackman
Date: Tue, 20 Dec 2011 17:17:38 -0800 To: qoxdoo-devel Subject: [qooxdoo-devel] app is acting like a breakpoint has been set with Firebug. I'm using Firefox 8.0 on Ubuntu 10.04 with FireBug active, with qooxdoo 1.6. My test app is comprised of these two classes: qx.Class.d

[qooxdoo-devel] app is acting like a breakpoint has been set with Firebug.

2011-12-20 Thread Scott Chapman
I'm using Firefox 8.0 on Ubuntu 10.04 with FireBug active, with qooxdoo 1.6. My test app is comprised of these two classes: qx.Class.define("foo.Application", {   extend : qx.application.Standalone,   members :   {     main : function()     {   this.base(arguments);   // Add log appender