diff --git a/examples/baseball/bat.js b/examples/baseball/bat.js index 164a6bb2e4..40c3d43670 100644 --- a/examples/baseball/bat.js +++ b/examples/baseball/bat.js @@ -25,7 +25,7 @@ this.startNearGrab = function() { // send the avatar to the baseball location so that they're ready to bat - Window.location = "/baseball" + location = "/baseball" this.pitchAndHideAvatar() };