class Pettanr.View.Summary extends Pettanr.View constructor: (options) -> super(options) initialize: (options) -> @clear() @listenTo(this, 'ready', @render) clear: () -> icon = new Pettanr.Views.Common.LoadIcon() this.$el.html(icon.render().el) this render: () -> this.$el.html('') this