Skip to content

Commit 62b9453

Browse files
authored
Load appropriate slider widget on demand to improve performance
Fix static tests
1 parent f799baa commit 62b9453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/touch-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
define([
77
'jquery',
88
'underscore',
9-
'jquery-ui-modules/slider',
9+
'jquery-ui-modules/slider'
1010
], function ($, _) {
1111
'use strict';
1212

0 commit comments

Comments
 (0)