Show More
Commit Description:
fig bugs in login report
Commit Description:
fig bugs in login report
References:
File last commit:
Show/Diff file:
Action:
node_modules/jquery/src/jquery.js
| 40 lines
| 622 B
| application/javascript
| JavascriptLexer
|
r789 | 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; | ||||
} ); | ||||