From c24499df6d47bd89389da58f44f69d182d8c0c46 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Sat, 9 Sep 2023 12:25:35 +0200 Subject: [PATCH] SliderInput: change name to "Slider.js" --- modules/{SliderInput.js => Slider.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename modules/{SliderInput.js => Slider.js} (99%) 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;