diff --git a/test/.jshintrc b/test/.jshintrc index 071acb2f..0a6b47dd 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -14,5 +14,6 @@ "nonew" : true, "strict" : true, "undef" : true, - "evil" : true /* using for JSON-parsing if brawser old and crappy */ -} \ No newline at end of file + "evil" : true, /* using for JSON-parsing if brawser old and crappy */ + "expr" : true +}