may be just to understand the .bind right:
what is the right binding for my example above.
for me no one is working.
Scroll: function(dir){
//this.btnsScrollTimer = setInterval(function ()
{this.BtnsScroll("down").bind(this)}, 20); //wrong
//this.btnsScrollTimer = setInterval(function ()
{this.BtnsScroll("down")}, 20).bind(this); //wrong
},.
