Backbone.PagedCollection
Backbone.PagedCollection copied to clipboard
More detail about how to use
Could you give more detail how to use your backbone extension? I tried
var gists = new Backbone.PagedCollection({model: AutoSubmitter.Models.Campaign, url: '/campaigns', urlRoot: '/campaigns'})
gists.fetch()
But it said that TypeError: Property 'url' of object [object Object] is not a function