This commit is contained in:
ericrius1 2016-03-21 15:59:03 -07:00
parent 98e43a8d0f
commit 51508b467c

View file

@ -373,7 +373,7 @@ function virtualBatonf(options) {
};
// Gather nAcceptors by making two proposals with some gathering time, even without a claim.
propose();
// propose();
return exports;
}
if (typeof module !== 'undefined') { // Allow testing in nodejs.