Skip to content

Commit

Permalink
Replace jquery/ui with jquery-ui-modules/core
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Jul 1, 2022
1 parent 890ed0b commit 51a7b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/base/web/js/grid-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* @Author: Alex Dong
* @Date: 2020-07-29 13:21:07
* @Last Modified by: Alex Dong
* @Last Modified time: 2022-06-13 10:59:10
* @Last Modified time: 2022-07-01 08:48:38
*/

define([
'jquery',
'slick',
'jquery/ui'
'jquery-ui-modules/core'
], function ($, slick) {
"use strict";
$.widget('magepow.gridSlider', {
Expand Down

0 comments on commit 51a7b53

Please sign in to comment.