Update tank.js

This commit is contained in:
James B. Pollack 2016-03-08 13:55:28 -08:00
parent 645f0da280
commit d4fd9d4157

View file

@ -1,6 +1,6 @@
(function() {
Script.include('../../../../examples/libraries/virtualBaton.js?' + Math.random());
Script.include('../../../../examples/libraries/virtualBaton.js');
//only one person should simulate the tank at a time -- we pass around a virtual baton
var baton;
@ -693,4 +693,4 @@
}
return new FishTank();
});
});