remove whitespace

This commit is contained in:
Philip Rosedale 2016-11-22 10:27:27 -08:00
parent c1e044364f
commit 664b54c004

View file

@ -70,8 +70,6 @@ function Trigger(label) {
that.triggerSmoothedClick = function () {
return that.triggerClicked;
};
that.triggerSmoothedSqueezed = function () {
return that.triggerValue > that.TRIGGER_ON_VALUE;
};