repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Selector: add test for jQuery.unique() alias
[jquery.git]
/
src
/
jquery.js
blob
1d56c4b15208f2cb36487d2ff0cb059e7e51d7bd
1
define([
2
"./core",
3
"./selector",
4
"./traversing",
5
"./callbacks",
6
"./deferred",
7
"./core/ready",
8
"./data",
9
"./queue",
10
"./queue/delay",
11
"./attributes",
12
"./event",
13
"./event/alias",
14
"./manipulation",
15
"./manipulation/_evalUrl",
16
"./wrap",
17
"./css",
18
"./css/hiddenVisibleSelectors",
19
"./serialize",
20
"./ajax",
21
"./ajax/xhr",
22
"./ajax/script",
23
"./ajax/jsonp",
24
"./ajax/load",
25
"./event/ajax",
26
"./effects",
27
"./effects/animatedSelector",
28
"./offset",
29
"./dimensions",
30
"./deprecated",
31
"./exports/amd"
32
], function( jQuery ) {
33
34
return (window.jQuery = window.$ = jQuery);
35
36
});