File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
app/code/Magento/Theme/view/base Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ var config = {
14
14
}
15
15
} ,
16
16
shim : {
17
- 'jquery/jquery-migrate' : [ 'jquery' ] ,
18
17
'jquery/jstree/jquery.hotkeys' : [ 'jquery' ] ,
19
18
'jquery/hover-intent' : [ 'jquery' ] ,
20
19
'mage/adminhtml/backup' : [ 'prototype' ] ,
@@ -40,9 +39,6 @@ var config = {
40
39
'tinycolor' : 'jquery/spectrum/tinycolor' ,
41
40
'jquery-ui-modules' : 'jquery/ui-modules'
42
41
} ,
43
- deps : [
44
- 'jquery/jquery-migrate'
45
- ] ,
46
42
config : {
47
43
mixins : {
48
44
'jquery/jstree/jquery.jstree' : {
Original file line number Diff line number Diff line change 340
340
"trentrichardson/jquery-timepicker-addon" : " lib/web/jquery/jquery-ui-timepicker-addon.js" ,
341
341
"components/jquery" : [
342
342
" 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"
345
344
],
346
345
"blueimp/jquery-file-upload" : " lib/web/jquery/fileUploader" ,
347
346
"components/jqueryui" : [
Original file line number Diff line number Diff line change 1252
1252
var args = arguments ;
1253
1253
args [ 0 ] = $ . event . fix ( e ) ;
1254
1254
args [ 0 ] . type = fix ;
1255
- return $ . event . handle . apply ( this , args ) ;
1255
+ return $ . event . dispatch . apply ( this , args ) ;
1256
1256
}
1257
1257
} ;
1258
1258
function handler ( e ) {
1259
1259
e = $ . event . fix ( e ) ;
1260
1260
e . type = fix ;
1261
- return $ . event . handle . call ( this , e ) ;
1261
+ return $ . event . dispatch . call ( this , e ) ;
1262
1262
}
1263
1263
} ) ;
1264
1264
}
You can’t perform that action at this time.
0 commit comments