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
Style nit in test/unit/callbacks.js. Closes gh-992
[jquery.git]
/
.jshintrc
blob
5ff1e697da661013aa64ccfa7375dcb77126b756
1
{
2
"options": {
3
"curly": true,
4
"eqeqeq": true,
5
"eqnull": true,
6
"expr": true,
7
"latedef": true,
8
"noarg": true,
9
"node": true,
10
"quotmark": "double",
11
"smarttabs": true,
12
"trailing": true,
13
"undef": true,
14
"unused": true
15
}
16
}