Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-07 16:31:43 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-07 16:50:32 +0400
commitd7bc23e16d54ea1f3c24fc9ec2297f6dcd7d856b (patch)
tree67c09dff019653f8acb1c7ad44c6607ae7ba317f /.jshintrc
parent3c9f5884490ab2e2d04eec1eb547aba036a1386e (diff)
adding ownCloud globals to jshintrc: OC, t, n
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 9faacfce1b9..02fbd84e6a8 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -23,6 +23,9 @@
"beforeEach": true,
"afterEach": true,
"sinon": true,
- "fakeServer": true
+ "fakeServer": true,
+ "OC": true,
+ "t": true,
+ "n": true
}
}