mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
typo: cancelInterval -> clearInterval
This commit is contained in:
parent
cddf69e422
commit
34fb58d403
@ -377,7 +377,7 @@
|
||||
|
||||
$scope.$on('$destroy', function () {
|
||||
if (currentTimer) {
|
||||
cancelInterval(currentTimer);
|
||||
clearInterval(currentTimer);
|
||||
currentTimer = null;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user