Skip to content

Instantly share code, notes, and snippets.

@julesbou
Created March 11, 2016 17:20
Show Gist options
  • Save julesbou/83c845157e29c5d923a8 to your computer and use it in GitHub Desktop.
Save julesbou/83c845157e29c5d923a8 to your computer and use it in GitHub Desktop.
Backbone.View.extend({
remove: function() {
this.closeModal();
this._super('remove', arguments);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment