(AbstractChosen.prototype.results_toggle = function() {
          return this.results_showing
            ? this.results_hide()
            : this.results_show();
        }),