From c41d4cea66cacbc62a5cc16f9c62014fd0f991e8 Mon Sep 17 00:00:00 2001 From: Weslly Honorato Date: Sat, 24 Aug 2013 17:05:11 -0300 Subject: [PATCH] Fixed error with jshint's ES5 option --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 4aaa1b4424..ba24d0198a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,7 +4,6 @@ "curly": true, "eqeqeq": true, "eqnull": true, - "es5": true, "esnext": true, "immed": true, "jquery": true,