scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/exports/global.js
@@ -1,11 +1,9 @@
define( [
"../core"
], function( jQuery, noGlobal ) {
define([
"../core",
"../var/strundefined"
], function( jQuery, strundefined ) {
 
"use strict";
 
var
 
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,
 
@@ -27,8 +25,8 @@
// Expose jQuery and $ identifiers, even in AMD
// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
// and CommonJS for browser emulators (#13566)
if ( !noGlobal ) {
if ( typeof noGlobal === strundefined ) {
window.jQuery = window.$ = jQuery;
}
 
} );
});