mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 21:13:31 +02:00
fix whitespace
This commit is contained in:
parent
ab340530b8
commit
d917878638
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ Grabber.prototype.moveEvent = function(event) {
|
|||
if (!this.moveEventTimer) {
|
||||
this.moveEventTimer = Script.setTimeout(function() {
|
||||
_this.moveEventProcess();
|
||||
} , DELAY_FOR_30HZ);
|
||||
}, DELAY_FOR_30HZ);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue