We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a90e76 commit f799baaCopy full SHA for f799baa
app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/range.js
@@ -46,7 +46,7 @@ define([
46
}
47
});
48
49
- require([sliderModule], function() {
+ require([sliderModule], function () {
50
$(element)[sliderFn](config);
51
52
},
@@ -62,7 +62,7 @@ define([
62
63
config.value = ko.unwrap(config.value);
64
65
66
$(element)[sliderFn]('option', config);
67
68
0 commit comments