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:
authorXhmikosR <xhmikosr@gmail.com>2016-01-25 10:21:01 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-01-25 10:29:15 +0300
commit2b0bbd1aa00e1dbce23e06c60762121963b44d1c (patch)
treed8383466884dedc380c8a31c8aab51b680288587 /js/.jshintrc
parent2bebf4a850f8ecceb96913637b54896baf2c2efb (diff)
Bump devDependencies.
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,