2 * jQuery JavaScript Library v@VERSION
5 * Copyright OpenJS Foundation and other contributors
6 * Released under the MIT license
7 * https://jquery.org/license
11 ( function( global, factory ) {
15 if ( typeof module === "object" && typeof module.exports === "object" ) {
17 // For CommonJS and CommonJS-like environments where a proper `window`
18 // is present, execute the factory and get jQuery.
19 module.exports = factory( global, true );
24 // Pass this if window is not defined yet
25 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
29 if ( !window.document ) {
30 throw new Error( "jQuery requires a window with a document" );
34 // build.js inserts compiled jQuery here