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,