Anton Shestakov <av6@dwimlabs.net>, Thu, 30 Jun 2016 21:47:54 +0800
static: update bundled backbone.shard.js
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.$el.find('[data-workspace]').removeClass('active'); this.$el.find('[data-workspace="' + workspace + '"]').addClass('active');