Sha256: 88ccdbf55a737a2d1b76c4f4ededf9e49ac84eb6a4addeca393e0f06bfb26594
Contents?: true
Size: 321 Bytes
Versions: 9
Compression:
Stored size: 321 Bytes
Contents
//= require ./page_links_collection pageflow.internalLinks.ListPageLinksCollection = pageflow.internalLinks.PageLinksCollection.extend({ defaultPosition: function() { return Math.max(0, _.max(this.map(function(pageLink) { return pageLink.get('position'); }))) + 1; }, saveOrder: function() { } });
Version data entries
9 entries across 9 versions & 1 rubygems