_plus: function(e) {
    e && e.preventDefault();
    this.inc(this.options.inc);
    return false;
  },