jquery updated

main link added
This commit is contained in:
Samuel Philipp 2016-11-23 00:12:51 +01:00
parent f0bbcfb654
commit 576fbdeb2f
122 changed files with 12266 additions and 2569 deletions

View file

@ -1,3 +1,9 @@
define( [
"../core"
], function( jQuery, noGlobal ) {
"use strict";
var
// Map over jQuery in case of overwrite
@ -24,3 +30,5 @@ jQuery.noConflict = function( deep ) {
if ( !noGlobal ) {
window.jQuery = window.$ = jQuery;
}
} );