From de15d746f67dccc207b56948cdcb7ebf674a7468 Mon Sep 17 00:00:00 2001 From: andrewblond Date: Sat, 6 Jun 2015 00:25:23 +0300 Subject: [PATCH] Fixed jshint config --- .jshintrc | 2 +- test/.jshintrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 6909529..790ec3c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -5,7 +5,7 @@ "forin": true, "freeze": true, "immed": true, - "latedef": "nofucn", + "latedef": "nofunc", "noarg": true, "noempty": true, "nonbsp": true, diff --git a/test/.jshintrc b/test/.jshintrc index aed331d..a3556f4 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -5,7 +5,7 @@ "forin": true, "freeze": true, "immed": true, - "latedef": "nofucn", + "latedef": "nofunc", "noarg": true, "noempty": true, "nonbsp": true,