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