]> source.dussan.org Git - jquery-ui.git/commit
Effect: Define the jQuery variable before jQuery Color gets imported
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 3 Sep 2021 12:42:30 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 12:42:30 +0000 (14:42 +0200)
commit2fd224d5cc3ac7ce37e3e60e4d28e19f89321dcd
tree44f8f77bd2d304a90fa87a2ae32fc6db7008bd3a
parenteda9f3b0d6676df900764da11124d688dec0b007
Effect: Define the jQuery variable before jQuery Color gets imported

We need to create a local jQuery because jQuery Color relies on it and the
global may not exist with AMD and a custom build (trac-10199). This worked
in UI 1.12 but stopped in 1.13 as jQuery Color is now sourced as an AMD module
and the variable started being defined after jQuery Color code. To restore the
proper order, move the variable declaration to a separate small module loaded
before jQuery Color.

Closes gh-1973
ui/effect.js
ui/jquery-var-for-color.js [new file with mode: 0644]