Browse Source
adding ownCloud globals to jshintrc: OC, t, n
remotes/origin/ldap_group_count
Thomas Müller
12 years ago
1 changed files with
4 additions and
1 deletions
-
.jshintrc
|
@ -23,6 +23,9 @@ |
|
|
"beforeEach": true, |
|
|
"beforeEach": true, |
|
|
"afterEach": true, |
|
|
"afterEach": true, |
|
|
"sinon": true, |
|
|
"sinon": true, |
|
|
"fakeServer": true |
|
|
|
|
|
|
|
|
"fakeServer": true, |
|
|
|
|
|
"OC": true, |
|
|
|
|
|
"t": true, |
|
|
|
|
|
"n": true |
|
|
} |
|
|
} |
|
|
} |
|
|
} |