Skip to content

Commit f799baa

Browse files
author
Mateusz Krzeszowiak
committed
Fix static tests
1 parent 2a90e76 commit f799baa

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/range.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ define([
4646
}
4747
});
4848

49-
require([sliderModule], function() {
49+
require([sliderModule], function () {
5050
$(element)[sliderFn](config);
5151
});
5252
},
@@ -62,7 +62,7 @@ define([
6262

6363
config.value = ko.unwrap(config.value);
6464

65-
require([sliderModule], function() {
65+
require([sliderModule], function () {
6666
$(element)[sliderFn]('option', config);
6767
});
6868
}

0 commit comments

Comments
 (0)