]> source.dussan.org Git - jquery-ui.git/commitdiff
Core: Fix dependencies in ui/core.js
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 18 Aug 2022 11:28:26 +0000 (13:28 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 11:28:26 +0000 (13:28 +0200)
The `jquery-patch` reference was included with the `.js` extension which is
not allowed in AMD.

Fixes gh-2107
Closes gh-2109

ui/core.js

index e2dd53007a14d13e1dbde1332553c39f3fb9ef86..8628513918c0cbd9ddf59d9acae1c533fe07fbc0 100644 (file)
@@ -11,7 +11,7 @@ define( [
        "./ie",
        "./keycode",
        "./labels",
-       "./jquery-patch.js",
+       "./jquery-patch",
        "./plugin",
        "./safe-active-element",
        "./safe-blur",