Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effect: Define the jQuery variable before jQuery Color gets imported | Michał Gołębiowski-Owczarek | 2021-09-03 | 1 | -0/+22 |
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 |