kineticscroll - No check needed, remove method must always exist at this point
parent
a5190d4d86
commit
2d5f9a5788
|
|
@ -131,7 +131,7 @@
|
||||||
if (scheduledDraw)
|
if (scheduledDraw)
|
||||||
clearTimeout(scheduledDraw);
|
clearTimeout(scheduledDraw);
|
||||||
clearInterval(scheduledBrake);
|
clearInterval(scheduledBrake);
|
||||||
if (options.remove) options.remove();
|
options.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
Bangle.setUI(uiOpts);
|
Bangle.setUI(uiOpts);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue