Sha256: 85a63a9c2d7d57129a5f429153907844df7af86553ff442d5ec999c5ad76d6b9
Contents?: true
Size: 305 Bytes
Versions: 31
Compression:
Stored size: 305 Bytes
Contents
Locomotive.Views.ContentEntries ||= {} class Locomotive.Views.ContentEntries.IndexView extends Backbone.View el: '.main' initialize: -> @list_view = new Locomotive.Views.Shared.ListView(el: @$('.big-list')) render: -> @list_view.render() remove: -> @list_view.remove() super()
Version data entries
31 entries across 31 versions & 1 rubygems