Skip to content

Instantly share code, notes, and snippets.

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