From 0b1ecdec740a589992083d8a236e0150f587cab2 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 9 Nov 2015 15:49:54 -0800 Subject: [PATCH] use just location to go to path --- examples/baseball/bat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() };