This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Description
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