Sha256: 6f481779396295c7ab7409117a98a8e26c4994d7226d151ab91baff3be4086fb
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
pageflow.ChaptersCollection = Backbone.Collection.extend({ model: pageflow.Chapter, mixins: [pageflow.orderedCollection], url: function() { return '/entries/' + pageflow.entry.get('id') + '/chapters'; }, comparator: function(chapter) { return chapter.get('position'); } });
Version data entries
8 entries across 8 versions & 1 rubygems