Re: [qooxdoo-devel] Bug in qx.ui.tree.TreeFolder

2007-10-04 Thread Fabian Jakobs
Hi Fabio, > Hi, > > in qx.ui.tree.TreeFolder.js line 553 it should say > this._containerObject.remove.apply(this._containerObject, arguments); > > instead of > this._containerObject.remove.apply(this._containerObject, varargs); > > > Otherwise, "varargs" is not variable arguments, but must be an a

[qooxdoo-devel] Bug in qx.ui.tree.TreeFolder

2007-10-01 Thread [EMAIL PROTECTED]
Hi, in qx.ui.tree.TreeFolder.js line 553 it should say this._containerObject.remove.apply(this._containerObject, arguments); instead of this._containerObject.remove.apply(this._containerObject, varargs); Otherwise, "varargs" is not variable arguments, but must be an array. Fabio -