got rid of whitespace

This commit is contained in:
ericrius1 2015-10-14 13:24:22 -07:00
parent db5f7cac8d
commit eb7b720945

View file

@ -568,7 +568,7 @@ function MyController(hand, triggerAction) {
this.setState(STATE_RELEASE);
return;
}
Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding");
};