From af54963233e0b471d6be4c607b1c169b61f87813 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 14 Dec 2013 21:58:00 +0100 Subject: [PATCH] .jshintrc: Add the "latedef" option --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 194f07f..ef4b5e0 100644 --- a/.jshintrc +++ b/.jshintrc @@ -5,6 +5,7 @@ "forin": true, "freeze": true, "immed": true, + "latedef": "nofunc", "laxbreak": true, "noempty": true, "nonew": true,