From 664b54c004d4ca02d26346ba89573034c010e6bd Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Tue, 22 Nov 2016 10:27:27 -0800 Subject: [PATCH] remove whitespace --- scripts/system/controllers/handControllerPointer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/system/controllers/handControllerPointer.js b/scripts/system/controllers/handControllerPointer.js index 06da2b1ac8..ce9b8e403f 100644 --- a/scripts/system/controllers/handControllerPointer.js +++ b/scripts/system/controllers/handControllerPointer.js @@ -70,8 +70,6 @@ function Trigger(label) { that.triggerSmoothedClick = function () { return that.triggerClicked; }; - - that.triggerSmoothedSqueezed = function () { return that.triggerValue > that.TRIGGER_ON_VALUE; };