>
> term.addEvent('click', function(){
> this.toggle(index);
> }, this);//here he does not use .bind(this) why is that?That's an error! Fixing...
>
> term.addEvent('click', function(){
> this.toggle(index);
> }, this);//here he does not use .bind(this) why is that?That's an error! Fixing...