Sha256: 7901acfebe5c88a321ebc2e085f293073d58abe00d719cafd03b89f797ec02fb
Contents?: true
Size: 321 Bytes
Versions: 129
Compression:
Stored size: 321 Bytes
Contents
HAL.Views.Properties = Backbone.View.extend({ initialize: function(opts) { this.vent = opts.vent; _.bindAll(this, 'render'); }, className: 'properties', render: function(props) { this.$el.html(this.template({ properties: props })); }, template: _.template($('#properties-template').html()) });
Version data entries
129 entries across 129 versions & 1 rubygems