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:04:16 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-07 16:04:16 +0400
commit647abe512b051f6c576fa5da8171342c746f7077 (patch)
tree728cdd5ee35ad991443c3f3fd01678f62795c8c6 /.jshintrc
parent0c444fb2fbf84f76eab03b1a17f4609cd89dede7 (diff)
reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 9faacfce1b9..0692d72e88a 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -23,6 +23,7 @@
"beforeEach": true,
"afterEach": true,
"sinon": true,
- "fakeServer": true
+ "fakeServer": true,
+ "_": true
}
}