Permalink
Please sign in to comment.
Browse files
Core: expose noConflict in AMD mode
- For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930
Showing
with
24 additions
and 32 deletions.
- +1 −5 build/tasks/build.js
- +6 −6 src/exports/global.js
- +3 −2 src/jquery.js
- +1 −3 test/data/testinit.js
- +13 −16 test/unit/core.js
0 comments on commit
52e2447