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); },