From 5db3af3f4c4b4d83776c1ffd0d64d30046c2cde0 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 18 Sep 2015 15:58:47 -0700 Subject: [PATCH] formatting --- examples/controllers/handControllerGrab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 041651f786..bea96ab496 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -257,7 +257,7 @@ function controller(hand, triggerAction) { var handPosition = this.getHandPosition(); var handControllerPosition = Controller.getSpatialControlPosition(this.palm); var handRotation = Quat.multiply(MyAvatar.orientation, Controller.getSpatialControlRawRotation(this.palm)); - var grabbedProperties = Entities.getEntityProperties(this.grabbedEntity, ["position","rotation"]); + var grabbedProperties = Entities.getEntityProperties(this.grabbedEntity, ["position", "rotation"]); this.lineOn(handPosition, Vec3.subtract(grabbedProperties.position, handPosition), INTERSECT_COLOR); @@ -408,7 +408,7 @@ function controller(hand, triggerAction) { }; setEntityCustomData(GRAB_USER_DATA_KEY, this.grabbedEntity, data); } - + this.deactivateEntity = function(entity) { var data = { activated: false,