mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-14 17:37:54 -05:00
Merge pull request #3258 from NotBobTheBuilder/master
Update JavaScript toJSON API documentation URL
This commit is contained in:
@@ -1660,7 +1660,7 @@ var spaces = new Backbone.Collection([], {
|
||||
collection. This can be used to serialize and persist the
|
||||
collection as a whole. The name of this method is a bit confusing, because
|
||||
it conforms to
|
||||
<a href="https://developer.mozilla.org/en/JSON#toJSON()_method">JavaScript's JSON API</a>.
|
||||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON_behavior">JavaScript's JSON API</a>.
|
||||
</p>
|
||||
|
||||
<pre class="runnable">
|
||||
|
||||
Reference in New Issue
Block a user