mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
- 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