Slider: fix gh workflow error

... and fix some warnings from Espruino Web IDE
pull/2953/head
thyttan 2023-09-20 20:24:42 +02:00
parent 31a6de6e3f
commit eb00e69431
1 changed files with 3 additions and 3 deletions

View File

@ -125,8 +125,8 @@ try { // for making it possiblie to run the test app in the following catch stat
}
}
o.v.ebLast = e.b;
};
}
}
};
o.f.remove = ()=> {
Bangle.removeListener('drag', o.f.dragSlider);
@ -187,7 +187,7 @@ try { // for making it possiblie to run the test app in the following catch stat
//o.f.printThis = ()=>(print(this));
return o;
}
};
} catch (e) {
print(e);