Sha256: cb3b91ba8920e52139ff88c5ea7127214888cba99784f32e1d818c55429fc6ff

Contents?: true

Size: 1.34 KB

Versions: 561

Compression:

Stored size: 1.34 KB

Contents

/*!
 * jQuery JavaScript Library v@VERSION
 * http://jquery.com/
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 *
 * Copyright jQuery Foundation 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

561 entries across 504 versions & 12 rubygems

Version Path
epuber-0.12.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.11.1 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.11.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.10.3 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.10.2 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.10.1 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.9.3 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.9.2 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.9.1 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.9.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.8.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.7.4 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.7.3 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.7.2 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.7.1 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
epuber-0.7.0 lib/epuber/third_party/bower/bower_components/jquery/src/intro.js
govuk_publishing_components-28.9.2 node_modules/jquery/src/intro.js
govuk_publishing_components-28.9.1 node_modules/jquery/src/intro.js
govuk_publishing_components-28.9.0 node_modules/jquery/src/intro.js
govuk_publishing_components-28.8.1 node_modules/jquery/src/intro.js