Slider: auto indentation

master
thyttan 2023-10-18 01:18:23 +02:00
parent bdf7aab65c
commit 03a1f10d45
1 changed files with 183 additions and 183 deletions

View File

@ -11,7 +11,7 @@
*/ */
exports.create = function(cb, conf) { exports.create = function(cb, conf) {
const R = Bangle.appRect; const R = Bangle.appRect;
@ -230,4 +230,4 @@
} }
return o; return o;
}; };