First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
37
sites/all/modules/civicrm/bower_components/jquery/src/jquery.js
vendored
Normal file
37
sites/all/modules/civicrm/bower_components/jquery/src/jquery.js
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
define( [
|
||||
"./core",
|
||||
"./selector",
|
||||
"./traversing",
|
||||
"./callbacks",
|
||||
"./deferred",
|
||||
"./core/ready",
|
||||
"./support",
|
||||
"./data",
|
||||
"./queue",
|
||||
"./queue/delay",
|
||||
"./attributes",
|
||||
"./event",
|
||||
"./event/alias",
|
||||
"./manipulation",
|
||||
"./manipulation/_evalUrl",
|
||||
"./wrap",
|
||||
"./css",
|
||||
"./css/hiddenVisibleSelectors",
|
||||
"./serialize",
|
||||
"./ajax",
|
||||
"./ajax/xhr",
|
||||
"./ajax/script",
|
||||
"./ajax/jsonp",
|
||||
"./ajax/load",
|
||||
"./event/ajax",
|
||||
"./effects",
|
||||
"./effects/animatedSelector",
|
||||
"./offset",
|
||||
"./dimensions",
|
||||
"./deprecated",
|
||||
"./exports/amd"
|
||||
], function( jQuery ) {
|
||||
|
||||
return ( window.jQuery = window.$ = jQuery );
|
||||
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue