mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +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) {
|
if (!this.moveEventTimer) {
|
||||||
this.moveEventTimer = Script.setTimeout(function() {
|
this.moveEventTimer = Script.setTimeout(function() {
|
||||||
_this.moveEventProcess();
|
_this.moveEventProcess();
|
||||||
} , DELAY_FOR_30HZ);
|
}, DELAY_FOR_30HZ);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue