Subversion Repositories ALCASAR

Rev

Rev 2808 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2808 Rev 3037
Line 1... Line 1...
1
/*!
1
/*!
2
 * jQuery JavaScript Library v1.12.4-ff3fix-ff2fix
2
 * jQuery JavaScript Library v1.12.4-ff3fix-ff2fix-CVE_2015_9251fix-CVE_2019_11358fix
3
 * http://jquery.com/
3
 * http://jquery.com/
4
 *
4
 *
5
 * Includes Sizzle.js
5
 * Includes Sizzle.js
6
 * http://sizzlejs.com/
6
 * http://sizzlejs.com/
7
 *
7
 *
Line 207... Line 207...
207
			// Extend the base object
207
			// Extend the base object
208
			for ( name in options ) {
208
			for ( name in options ) {
209
				src = target[ name ];
209
				src = target[ name ];
210
				copy = options[ name ];
210
				copy = options[ name ];
211
 
211
 
-
 
212
				// Prevent Object.prototype pollution
212
				// Prevent never-ending loop
213
				// Prevent never-ending loop
213
				if ( target === copy ) {
214
				if ( name === "__proto__" || target === copy ) {
214
					continue;
215
					continue;
215
				}
216
				}
216
 
217
 
217
				// Recurse if we're merging plain objects or arrays
218
				// Recurse if we're merging plain objects or arrays
218
				if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
219
				if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
Line 10443... Line 10444...
10443
 
10444
 
10444
 
10445
 
10445
 
10446
 
10446
 
10447
 
10447
 
10448
 
-
 
10449
 
-
 
10450
 
-
 
10451
 
-
 
10452
 
10448
 
10453
 
10449
 
10454
 
10450
 
10455
 
10451
 
10456
 
10452
 
10457
 
10453
 
10458
 
10454
 
10459