Skip to content

Commit 226b592

Browse files
committed
AC-1199:: Remove jquery-migrate
1 parent 65a1198 commit 226b592

File tree

8 files changed

+3502
-7643
lines changed

8 files changed

+3502
-7643
lines changed

app/code/Magento/Theme/view/base/requirejs-config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ var config = {
5252
}
5353
},
5454
shim: {
55-
'jquery/jquery-migrate': ['jquery'],
5655
'mage/adminhtml/backup': ['prototype'],
5756
'mage/captcha': ['prototype'],
5857
'mage/new-gallery': ['jquery'],
@@ -77,9 +76,6 @@ var config = {
7776
'tinycolor': 'jquery/spectrum/tinycolor',
7877
'jquery-ui-modules': 'jquery/ui-modules'
7978
},
80-
deps: [
81-
'jquery/jquery-migrate'
82-
],
8379
config: {
8480
text: {
8581
'headers': {

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@
340340
"trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",
341341
"components/jquery": [
342342
"lib/web/jquery.js",
343-
"lib/web/jquery/jquery.min.js",
344-
"lib/web/jquery/jquery-migrate.js"
343+
"lib/web/jquery/jquery.min.js"
345344
],
346345
"blueimp/jquery-file-upload": "lib/web/jquery/fileUploader",
347346
"components/jqueryui": [

0 commit comments

Comments
 (0)