lint compliance

pull/1/head
yflory 4 years ago
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…
Cancel
Save