From aca90a4dc34938fccbe76fe7bd1682a4358705ec Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Sep 2013 17:12:48 +0300 Subject: [PATCH] chore(jshint) rm /* using for JSON-parsing if brawser old and crappy */ --- test/.jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.jshintrc b/test/.jshintrc index 421da631..cdbd6eb1 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -13,6 +13,6 @@ "nonew" : true, "strict" : true, "undef" : true, - "evil" : true, /* using for JSON-parsing if brawser old and crappy */ + "evil" : true, "expr" : true }