SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using underscore, you can use bind.
underscore
bind
E.g.
if (this.options.destroyOnHide) { setTimeout(_.bind(this.tip.destroy, this), 1000); }