additional documentation for Model.clear

* specifies that the `id` attribute is removed
This commit is contained in:
Sam Breed
2012-05-12 00:37:42 -06:00
parent 7d8c51a3c3
commit d14e8cf0d9

View File

@@ -845,7 +845,7 @@ if (note.has("title")) {
<p id="Model-clear">
<b class="header">clear</b><code>model.clear([options])</code>
<br />
Removes all attributes from the model. Fires a <tt>"change"</tt> event unless
Removes all attributes from the model, including the <tt>id</tt> attribute. Fires a <tt>"change"</tt> event unless
<tt>silent</tt> is passed as an option.
</p>