Adding more Node tests

This commit is contained in:
Jeff Avallone
2014-12-19 11:00:47 -05:00
parent 78917d44e6
commit 91581afe2c
2 changed files with 101 additions and 6 deletions
-4
View File
@@ -119,10 +119,6 @@ export default class Node {
percentage: (this.state.maxCounter - this.state.renderCounter) / this.state.maxCounter
}));
if (this.state.renderCounter === 0) {
this.state.maxCounter = 0;
}
return this.deferredStep();
}