Sha256: acec9c0a861530957bf55dc8c253c87e97962458dd469e0a50697b33436df347
Contents?: true
Size: 297 Bytes
Versions: 13
Compression:
Stored size: 297 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
13 entries across 13 versions & 1 rubygems