From fd1c8f638906c5dbbed60b87bf6a94806b3a5f9a Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 18 Sep 2015 17:39:50 -0700 Subject: [PATCH] fix releaseGrab in test script --- examples/entityScripts/detectGrabExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/entityScripts/detectGrabExample.js b/examples/entityScripts/detectGrabExample.js index 7e97572159..3ff5ba8da2 100644 --- a/examples/entityScripts/detectGrabExample.js +++ b/examples/entityScripts/detectGrabExample.js @@ -44,7 +44,7 @@ print("I am still being grabbed... entity:" + this.entityID); }, - release: function () { + releaseGrab: function () { print("I was released... entity:" + this.entityID); },