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