Backbone.PagedCollection icon indicating copy to clipboard operation
Backbone.PagedCollection copied to clipboard

More detail about how to use

Open tamvm opened this issue 12 years ago • 0 comments

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

tamvm avatar Apr 03 '13 00:04 tamvm