search for: hidenavi

Displaying 1 result from an estimated 1 matches for "hidenavi".

Did you mean: hideaki
2008 Apr 24
4
delay() and bind()
Hy This works in my Class: this.hideNavi(); I tried: this.hideNavi().delay(5000); // -> Error: this.hideNavi() has no properties I tried: this.hideNavi().bind(this).delay(5000); // -> Error: this.hideNavi() has no properties How can I fix? --~--~---------~--~----~------------~-------~--~----~ You received this messag...