repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Selector: add test for jQuery.unique() alias
[jquery.git]
/
src
/
.jshintrc
blob
a48233b29ee49246637e1544c46ff9dbe6ecd557
1
{
2
"boss": true,
3
"curly": true,
4
"eqeqeq": true,
5
"eqnull": true,
6
"expr": true,
7
"immed": true,
8
"noarg": true,
9
"quotmark": "double",
10
"undef": true,
11
"unused": true,
12
13
"sub": true,
14
15
"globals": {
16
"window": true,
17
"setTimeout": true,
18
"clearTimeout": true,
19
"setInterval": true,
20
"clearInterval": true,
21
22
"jQuery": true,
23
"define": true,
24
"module": true,
25
"noGlobal": true
26
}
27
}