Sha256: 8f39d24043f29fd33227427947c488ad31b5269a3eb1f4a76535974e8fc79168
Contents?: true
Size: 641 Bytes
Versions: 417
Compression:
Stored size: 641 Bytes
Contents
define([ "../core", "../var/strundefined" ], function( jQuery, strundefined ) { var // Map over jQuery in case of overwrite _jQuery = window.jQuery, // Map over the $ in case of overwrite _$ = window.$; jQuery.noConflict = function( deep ) { if ( window.$ === jQuery ) { window.$ = _$; } if ( deep && window.jQuery === jQuery ) { window.jQuery = _jQuery; } return jQuery; }; // Expose jQuery and $ identifiers, even in AMD // (#7102#comment:10, https://github.com/jquery/jquery/pull/557) // and CommonJS for browser emulators (#13566) if ( typeof noGlobal === strundefined ) { window.jQuery = window.$ = jQuery; } });
Version data entries
417 entries across 417 versions & 30 rubygems