Sha256: a2718fe2d80bd062e48d5b05d1165b2d4572040f6a54d86e6176c78958c544d0
Contents?: true
Size: 169 Bytes
Versions: 33
Compression:
Stored size: 169 Bytes
Contents
pageflow.InfoBoxView = Backbone.Marionette.View.extend({ className: 'info_box', render: function() { this.$el.html(this.options.text); return this; } });
Version data entries
33 entries across 33 versions & 1 rubygems