mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-27 07:30:08 -05:00
migrated to ASP.Net Core
This commit is contained in:
40
WebfrontCore/wwwroot/lib/jquery/src/jquery.js
vendored
Normal file
40
WebfrontCore/wwwroot/lib/jquery/src/jquery.js
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
define( [
|
||||
"./core",
|
||||
"./selector",
|
||||
"./traversing",
|
||||
"./callbacks",
|
||||
"./deferred",
|
||||
"./deferred/exceptionHook",
|
||||
"./core/ready",
|
||||
"./data",
|
||||
"./queue",
|
||||
"./queue/delay",
|
||||
"./attributes",
|
||||
"./event",
|
||||
"./event/focusin",
|
||||
"./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",
|
||||
"./exports/global"
|
||||
], function( jQuery ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
return jQuery;
|
||||
|
||||
} );
|
Reference in New Issue
Block a user