mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
lowercase instance var in example code
This commit is contained in:
@@ -2061,7 +2061,7 @@ accounts.fetch();
|
||||
<p>
|
||||
<b>jQuery.ajax</b> options can also be passed directly as <b>fetch</b> options,
|
||||
so to fetch a specific page of a paginated collection:
|
||||
<tt>Documents.fetch({data: {page: 3}})</tt>
|
||||
<tt>documents.fetch({data: {page: 3}})</tt>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user