Skip to content

Commit

Permalink
no need for repeated comment on remove
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Mar 14, 2014
1 parent 3f79ea8 commit 4e8caf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,8 @@
return this;
},

// Remove this view by taking the element out of the document, remove all
// the DOM event listeners attached to it and any applicable
// Backbone.Events listeners.
// Remove this view by taking the element out of the DOM, and removing any
// applicable Backbone.Events listeners.
remove: function() {
this._remove();
this.stopListening();
Expand Down

0 comments on commit 4e8caf4

Please sign in to comment.