From f85ef9267baeebdf1dc8ca4e7b49a22ff9564948 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 20 Oct 2015 18:29:27 -0700 Subject: [PATCH] oops --- 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 a087236abd..80fb4c8e40 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -393,7 +393,7 @@ function MyController(hand, triggerAction) { return; } else if (props.locked === 0 && props.collisionsWillMove === 1) { this.setState(STATE_NEAR_GRABBING); - } else if (props.collisionsWillMove === 0 & grabbableData.wantsTrigger) { + } else if (props.collisionsWillMove === 0 && grabbableData.wantsTrigger) { // We have grabbed a non-physical object, so we want to trigger a non-colliding event as opposed to a grab event this.setState(STATE_NEAR_GRABBING_NON_COLLIDING); }