menuItemLabels: function() {
    return this.$el.find('li a').map(function() {
      return $(this).text();
    }).get();
  },