add extra sliderWithID function

+ add warning to slider function
This commit is contained in:
Felix Roos 2023-10-01 14:05:16 +02:00
parent d4bf358eae
commit 564697e175
2 changed files with 7 additions and 2 deletions

View file

@ -121,5 +121,6 @@ function widgetWithLocation(node) {
value: id,
raw: id,
});
node.callee.name = 'sliderWithID';
return node;
}