Skip to content

Instantly share code, notes, and snippets.

@lexer
Created June 11, 2011 08:28
Show Gist options
  • Save lexer/1020367 to your computer and use it in GitHub Desktop.
Save lexer/1020367 to your computer and use it in GitHub Desktop.
Subscribe on backbone view remove
$(this.el).one("remove", function(){
console.log("Yeah!!!!!!! I can subscribe on view remove");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment