Skip to content

Commit

Permalink
Core: Fix dependencies in ui/core.js
Browse files Browse the repository at this point in the history
The `jquery-patch` reference was included with the `.js` extension which is
not allowed in AMD.

Fixes gh-2107
Closes gh-2109
  • Loading branch information
mgol committed Aug 18, 2022
1 parent 4bae79d commit 5fa0db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define( [
"./ie",
"./keycode",
"./labels",
"./jquery-patch.js",
"./jquery-patch",
"./plugin",
"./safe-active-element",
"./safe-blur",
Expand Down

0 comments on commit 5fa0db4

Please sign in to comment.