publish v0.7.3

This commit is contained in:
Kevin Jahns
2016-01-09 21:08:02 +01:00
parent 8cfc9d41c3
commit 579fd52455
4 changed files with 5 additions and 4 deletions

View File

@@ -397,6 +397,7 @@ module.exports = function (Y/* :any */) {
if (i.right == null) {
break
} else {
ids.push(i.id)
i = yield* this.getOperation(i.right)
}
}