Skip to content

Commit 5fa0db4

Browse files
authored
Core: Fix dependencies in ui/core.js
The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107 Closes gh-2109
1 parent 4bae79d commit 5fa0db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define( [
1111
"./ie",
1212
"./keycode",
1313
"./labels",
14-
"./jquery-patch.js",
14+
"./jquery-patch",
1515
"./plugin",
1616
"./safe-active-element",
1717
"./safe-blur",

0 commit comments

Comments
 (0)