Sha256: 73361e6a95c7c0745629d8aa03e5e4672f82512a8c9bce56f3e759c397c9e928

Contents?: true

Size: 1.36 KB

Versions: 417

Compression:

Stored size: 1.36 KB

Contents

/*!
 * jQuery JavaScript Library v@VERSION
 * http://jquery.com/
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 *
 * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
 * Released under the MIT license
 * http://jquery.org/license
 *
 * Date: @DATE
 */

(function( global, factory ) {

	if ( typeof module === "object" && typeof module.exports === "object" ) {
		// For CommonJS and CommonJS-like environments where a proper `window`
		// is present, execute the factory and get jQuery.
		// For environments that do not have a `window` with a `document`
		// (such as Node.js), expose a factory as module.exports.
		// This accentuates the need for the creation of a real `window`.
		// e.g. var jQuery = require("jquery")(window);
		// See ticket #14549 for more info.
		module.exports = global.document ?
			factory( global, true ) :
			function( w ) {
				if ( !w.document ) {
					throw new Error( "jQuery requires a window with a document" );
				}
				return factory( w );
			};
	} else {
		factory( global );
	}

// Pass this if window is not defined yet
}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {

// Support: Firefox 18+
// Can't be in strict mode, several libs including ASP.NET trace
// the stack via arguments.caller.callee and Firefox dies if
// you try to trace through "use strict" call chains. (#13335)
//"use strict";

Version data entries

417 entries across 417 versions & 30 rubygems

Version Path
epuber-0.5.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.5.0.beta.5 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
middleman-core-with-external-sources-watch-fix-4.1.10 fixtures/import-app/bower_components/jquery/src/intro.js
middleman-core-with-external-sources-watch-fix-4.1.0 fixtures/import-app/bower_components/jquery/src/intro.js
epuber-0.5.0.beta.4 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.5.0.beta.3 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
card-1.96.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
card-1.96.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
epuber-0.5.0.beta.2 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
catscope-0.1.6 assets/bower_components/jquery/src/intro.js
catscope-0.1.5 assets/bower_components/jquery/src/intro.js
card-1.95.3 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
card-1.95.2 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
card-1.95.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
card-1.95.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
epuber-0.5.0.beta lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
card-1.94.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
card-1.94.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js
middleman-core-4.3.0.rc.1 fixtures/import-app/bower_components/jquery/src/intro.js
card-1.93.13 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/intro.js