mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 15:08:03 -05: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