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
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
-