]> source.dussan.org Git - jquery.git/commit
Core: expose noConflict in AMD mode 3279/head
authorTimmy Willison <4timmywil@gmail.com>
Mon, 15 Aug 2016 15:41:11 +0000 (11:41 -0400)
committerTimmy Willison <4timmywil@gmail.com>
Mon, 15 Aug 2016 15:54:55 +0000 (11:54 -0400)
commit52e24471c89b80e6208b4987bb76994e64c1e489
tree5914b1a5bec65c59f94f9780f45b35029d03641a
parent560c0c6f995a4f7584dac5be8fe5eea114a95f69
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
build/tasks/build.js
src/exports/global.js
src/jquery.js
test/data/testinit.js
test/unit/core.js