Sha256: 0b849ca7fd51085ce5853477e2b1311729293ccffd9f84b5423c7db5f2b9a567
Contents?: true
Size: 356 Bytes
Versions: 67
Compression:
Stored size: 356 Bytes
Contents
pageflow.OtherEntryItemView = Backbone.Marionette.ItemView.extend({ template: 'templates/other_entry_item', className: 'other_entry_item', tagName: 'li', mixins: [pageflow.selectableView], ui: { title: '.title' }, events: { 'click': 'select' }, onRender: function() { this.ui.title.text(this.model.titleOrSlug()); } });
Version data entries
67 entries across 67 versions & 1 rubygems