Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call noConflict by default when loaded via AMD.
Calling noConflict() makes it a pain to load the plugins, which depend on the global variable (which is why jQuery's AMD handler, for example, doesn't do that). For those that want noConflict(), that can be done with a wrapper (see http://requirejs.org/docs/jquery.html#noconflictmap)
- Loading branch information