From eb7b720945f385cdc318b9b67aed8dbdc5546877 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Wed, 14 Oct 2015 13:24:22 -0700 Subject: [PATCH] got rid of whitespace --- examples/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index d8d7934191..af23c9278f 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -568,7 +568,7 @@ function MyController(hand, triggerAction) { this.setState(STATE_RELEASE); return; } - + Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding"); };