diff --git a/static/application.js b/static/application.js index 52cda305..61ec2f23 100644 --- a/static/application.js +++ b/static/application.js @@ -140,7 +140,7 @@ function getThrottle(ms) { } timer[id] = setTimeout(function () { callback(); - delete timer[id]; + delete timer[id]; }, ms); } }