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