Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 13:06:26 +0800
pipelines: missing unzip, so let's specify all deps for `make libs` while at it
static/js/framework/views/workspaces.js
Permissions: -rw-r--r--
var WorkspaceTabsView = CollectionView.extend({ initialize: function(options) { this.compileTemplates(options.templates); renderItem: function(workspace) { return $(this.templates.tab(workspace.toJSON())); appendItem: function(workspace) { var $item = this.renderItem(workspace); activate: function(workspace) { this.$('[data-workspace]').removeClass('active'); this.$('[data-workspace="' + workspace + '"]').addClass('active');