clarifying/correcting docs about View#remove

This commit is contained in:
Phil Freo
2013-01-01 21:56:04 -05:00
parent 245b2ff84d
commit 496007076b

View File

@@ -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">