mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
clarifying/correcting docs about View#remove
This commit is contained in:
@@ -2535,7 +2535,7 @@ var Bookmark = Backbone.View.extend({
|
||||
<br />
|
||||
Removes a view from the DOM, and calls
|
||||
<a href="#Events-stopListening">stopListening</a> to remove any bound
|
||||
model events that the view has <a href="#Events-listenTo">listenTo</a>'d.
|
||||
events that the view has <a href="#Events-listenTo">listenTo</a>'d.
|
||||
</p>
|
||||
|
||||
<p id="View-make">
|
||||
|
||||
Reference in New Issue
Block a user