Return outcome of assertion-adjustment

This commit is contained in:
Tony Garnock-Jones 2018-11-11 13:58:37 +00:00
parent 46535e5ab8
commit 3e3761ee89
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ Index.prototype.adjustAssertion = function(outerValue, delta) {
this.root.modify(outerValue, del_from_cont, del_from_leaf, del_from_handler);
break;
}
return net;
};
Index.prototype.addAssertion = function(v) { this.adjustAssertion(v, +1); };