Skip to content

Commit

Permalink
Mention function in URL config, closes backbone-paginator#148
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 28, 2013
1 parent 569a34b commit 6078847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ We need to set a base URL. The `type` of the request is `GET` by default, and th
dataType: 'jsonp',

// the URL (or base URL) for the service
// if you want to have a more dynamic URL, you can make this a function
// that returns a string
url: 'http://odata.netflix.com/Catalog/People(49446)/TitlesActedIn?'
},
```
Expand Down

0 comments on commit 6078847

Please sign in to comment.