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
2.0: Remove JSON.parse shim
[jquery.git]
/
test
/
.jshintrc
blob
76e215f1eed5b12b8f443647625546db9fb8d8a1
1
{
2
"curly": true,
3
"expr": true,
4
"quotmark": "double",
5
"trailing": true,
6
"undef": true,
7
"maxerr": 100,
8
9
"eqnull": true,
10
"evil": true,
11
"smarttabs": true,
12
"sub": true,
13
14
"browser": true,
15
"devel": true,
16
"wsh": true,
17
18
"predef": [
19
"DOMParser",
20
"jQuery",
21
"QUnit",
22
"module",
23
"ok",
24
"equal",
25
"test",
26
"asyncTest",
27
"notEqual",
28
"deepEqual",
29
"strictEqual",
30
"notStrictEqual",
31
"start",
32
"stop",
33
"expect",
34
"raises",
35
"ajaxTest",
36
"testIframe",
37
"testIframeWithCallback",
38
"createDashboardXML",
39
"createXMLFragment",
40
"moduleTeardown",
41
"testFoo",
42
"url",
43
"t",
44
"q",
45
"amdDefined",
46
"fireNative",
47
"Globals",
48
"hasPHP",
49
"isLocal",
50
"originaljQuery",
51
"$",
52
"original$",
53
"externalHost"
54
]
55
}