chore(jshint) rm /* using for JSON-parsing if brawser old and crappy */

This commit is contained in:
coderaiser 2013-09-11 17:12:48 +03:00
parent d5f57960f4
commit aca90a4dc3

View file

@ -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
}