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
This commit is contained in:
Michał Gołębiowski-Owczarek 2022-08-18 13:28:26 +02:00 committed by GitHub
parent 4bae79d534
commit 5fa0db48d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ define( [
"./ie",
"./keycode",
"./labels",
"./jquery-patch.js",
"./jquery-patch",
"./plugin",
"./safe-active-element",
"./safe-blur",