fix whitespace

This commit is contained in:
Seth Alves 2017-07-05 11:29:09 -07:00
parent ab340530b8
commit d917878638

View file

@ -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);
}
};