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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 2eac213..12afd20 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -6,7 +6,7 @@
"expr" : true,
"forin" : true,
"freeze" : true,
- "latedef" : true,
+ "latedef" : false,
"nonbsp" : true,
"strict" : true,
"undef" : true,