mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
remove whitespace
This commit is contained in:
parent
c1e044364f
commit
664b54c004
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ function Trigger(label) {
|
||||||
that.triggerSmoothedClick = function () {
|
that.triggerSmoothedClick = function () {
|
||||||
return that.triggerClicked;
|
return that.triggerClicked;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
that.triggerSmoothedSqueezed = function () {
|
that.triggerSmoothedSqueezed = function () {
|
||||||
return that.triggerValue > that.TRIGGER_ON_VALUE;
|
return that.triggerValue > that.TRIGGER_ON_VALUE;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue