kineticscroll - No check needed, remove method must always exist at this point

master
Martin Boonk 2023-07-23 11:53:31 +02:00
parent a5190d4d86
commit 2d5f9a5788
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
if (scheduledDraw)
clearTimeout(scheduledDraw);
clearInterval(scheduledBrake);
if (options.remove) options.remove();
options.remove();
}
Bangle.setUI(uiOpts);