Alien-Web-HalBrowser

 view release on metacpan or  search on metacpan

share/js/hal/views/properties.js  view on Meta::CPAN

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())
});



( run in 0.632 second using v1.01-cache-2.11-cpan-df04353d9ac )