Sha256: 08f278828017441f2db87fa0689e82cd9bf6967b582f054dd446df7a1abfb394

Contents?: true

Size: 1.37 KB

Versions: 154

Compression:

Stored size: 1.37 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 inherently posses a window with a document
		// (such as Node.js), expose a jQuery-making 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 ) {

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

Version data entries

154 entries across 154 versions & 16 rubygems

Version Path
praxis-0.17.1 lib/api_browser/app/bower_components/jquery/src/intro.js
praxis-0.17.0 lib/api_browser/app/bower_components/jquery/src/intro.js
simpletool-0.0.2 lib/support/phpmyadmin/phpmyadmin/js/jquery/src/jquery/intro.js
praxis-0.16.1 lib/api_browser/app/bower_components/jquery/src/intro.js
praxis-0.16.0 lib/api_browser/app/bower_components/jquery/src/intro.js
praxis-0.15.0 lib/api_browser/app/bower_components/jquery/src/intro.js
wrgem-0.0.50 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
wrgem-0.0.49 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
praxis-0.14.0 lib/api_browser/app/bower_components/jquery/src/intro.js
agile-proxy-0.1.24 assets/ui/bower_components/jquery/src/intro.js
agile-proxy-0.1.23 assets/ui/bower_components/jquery/src/intro.js
agile-proxy-0.1.22 assets/ui/bower_components/jquery/src/intro.js
agile-proxy-0.1.21 assets/ui/bower_components/jquery/src/intro.js
wrgem-0.0.48 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
wrgem-0.0.47 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
wrgem-0.0.46 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
wrgem-0.0.45 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
wrgem-0.0.44 lib/generators/wrstart/template/vendor/assets/components/jquery/src/intro.js
dune-dashboard-1.1.3 vendor/assets/components/jquery/src/intro.js
dune-dashboard-1.1.2 vendor/assets/components/jquery/src/intro.js