_addTree()

in lib/index.js [59:61]


  _addTree(index, delta) {
    this._tree[index] = this._getTree(index) + delta;
  }