diff --git a/modules/SliderInput.js b/modules/Slider.js similarity index 99% rename from modules/SliderInput.js rename to modules/Slider.js index cbe3697e6..7fa46de88 100644 --- a/modules/SliderInput.js +++ b/modules/Slider.js @@ -1,6 +1,6 @@ try { // for making it possiblie to run the test app in the following catch statement. It would complain on `exports` not being defined. -exports.interface = function(cb, conf) { +exports.create = function(cb, conf) { const R = Bangle.appRect;