tabLabels: function() {
    return this.$el.find('[data-tab-name]').map(function() {
      return $(this).text();
    }).get();
  }