Merge branch 'master' of https://github.com/jclain/jquery into jclain-master

This commit is contained in:
John Resig
2011-04-12 16:26:41 -04:00

View File

@@ -358,9 +358,11 @@ jQuery.extend = jQuery.fn.extend = function() {
jQuery.extend({
noConflict: function( deep ) {
window.$ = _$;
if ( window.$ === jQuery ) {
window.$ = _$;
}
if ( deep ) {
if ( deep && window.jQuery === jQuery ) {
window.jQuery = _jQuery;
}