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