Skip to content

Commit 51a7b53

Browse files
committed
Replace jquery/ui with jquery-ui-modules/core
1 parent 890ed0b commit 51a7b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/base/web/js/grid-slider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* @Author: Alex Dong
33
* @Date: 2020-07-29 13:21:07
44
* @Last Modified by: Alex Dong
5-
* @Last Modified time: 2022-06-13 10:59:10
5+
* @Last Modified time: 2022-07-01 08:48:38
66
*/
77

88
define([
99
'jquery',
1010
'slick',
11-
'jquery/ui'
11+
'jquery-ui-modules/core'
1212
], function ($, slick) {
1313
"use strict";
1414
$.widget('magepow.gridSlider', {

0 commit comments

Comments
 (0)