add semi-colons to bat.js

This commit is contained in:
Stephen Birarda 2015-11-09 15:31:53 -08:00
parent 4986ff552c
commit 244fd86d1e

View file

@ -21,7 +21,7 @@ Script.include("pitching.js");
}
pitchingMachine.start();
MyAvatar.shouldRenderLocally = false;
}
};
this.startNearGrab = function() {
// send the avatar to the baseball location so that they're ready to bat
@ -32,7 +32,7 @@ Script.include("pitching.js");
this.continueNearGrab = function() {
pitchAndHideAvatar()
}
};
this.releaseGrab = function() {
if (pitchingMachine) {