Skip to content

Commit 50101f1

Browse files
committed
MC-19245: jQuery cookie shim missing
- Remove extra comma;
1 parent 31f37d0 commit 50101f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var config = {
2525
'MutationObserver': ['es6-collections'],
2626
'matchMedia': {
2727
'exports': 'mediaCheck'
28-
},
28+
}
2929
},
3030
'paths': {
3131
'jquery/validate': 'jquery/jquery.validate',

0 commit comments

Comments
 (0)