jquery updated
main link added
This commit is contained in:
parent
f0bbcfb654
commit
576fbdeb2f
122 changed files with 12266 additions and 2569 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue