Anton Shestakov <av6@dwimlabs.net>, Sun, 03 Apr 2016 12:27:31 +0800
tram: new pip colors
coffee/sidebar.coffee
Permissions: -rw-r--r--
class window.Tram.SidebarApp extends Backbone.View "background: #{ @colors[show] || @colors['default'] };" $btn = $(event.currentTarget) show = $btn.attr('data-show') @model.trigger('show', show, status) @model.trigger('disconnect') @rivet = rivets.bind(@el, model: @model, view: this)