Re: [qooxdoo-devel] Question about JS usage

2013-05-17 Thread Benjamin Dreux
As i say, i don't blame anyone. I thought that was some ninja special effective. Thanks for you explanations. Regards 2013/5/16 Derrell Lipman > On Thu, May 16, 2013 at 10:17 AM, Benjamin Dreux > wrote: > >> Hi >> >> I'm looking at qx.ui.table.Table source code. >> And i've noticed this >> t

Re: [qooxdoo-devel] Question about JS usage

2013-05-16 Thread Derrell Lipman
On Thu, May 16, 2013 at 10:17 AM, Benjamin Dreux wrote: > Hi > > I'm looking at qx.ui.table.Table source code. > And i've noticed this > this.__selectionManager = this.getNewSelectionManager()(this); > I don't point this as beeing an error. > I'm sure there is a really good reason for this. > Coul

[qooxdoo-devel] Question about JS usage

2013-05-16 Thread Benjamin Dreux
Hi I'm looking at qx.ui.table.Table source code. And i've noticed this this.__selectionManager = this.getNewSelectionManager()(this); I don't point this as beeing an error. I'm sure there is a really good reason for this. Could someone explain what this line do. why this "(this)" is used?? Regard