lint compliance
parent
e9e6e9a571
commit
9069def6af
|
@ -2056,7 +2056,7 @@ define([
|
|||
APP.isFast = isFast;
|
||||
if (isFast) {
|
||||
if (APP.hasChangedInterval) {
|
||||
window.clearInterval(APP.hasChangedInterval)
|
||||
window.clearInterval(APP.hasChangedInterval);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue