mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-21 04:48:06 -05:00
Fix signature of urlRoot in documentation
This commit is contained in:
@@ -1080,7 +1080,7 @@ account.set({access: "unlimited"}, {
|
||||
</p>
|
||||
|
||||
<p id="Model-urlRoot">
|
||||
<b class="header">urlRoot</b><code>model.urlRoot</code>
|
||||
<b class="header">urlRoot</b><code>model.urlRoot or model.urlRoot()</code>
|
||||
<br />
|
||||
Specify a <tt>urlRoot</tt> if you're using a model outside of a collection,
|
||||
to enable the default <a href="#Model-url">url</a> function to generate
|
||||
|
||||
Reference in New Issue
Block a user