baton sound

This commit is contained in:
ericrius1 2016-03-21 17:22:18 -07:00
parent adeaa9475e
commit 2dce75bfb0
2 changed files with 2 additions and 1 deletions

View file

@ -373,6 +373,7 @@ function virtualBatonf(options) {
}; };
// Gather nAcceptors by making two proposals with some gathering time, even without a claim. // Gather nAcceptors by making two proposals with some gathering time, even without a claim.
print("EBL PROPOSE HAS BEEN COMMENTED OUT!");
// propose(); // propose();
return exports; return exports;
} }

View file

@ -1,6 +1,6 @@
(function() { (function() {
Script.include("../../libraries/virtualBaton.js?v2"); Script.include("../../libraries/virtualBaton.js?v2" + Math.random());
var baton; var baton;
var iOwn = false; var iOwn = false;