mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
18 lines
No EOL
414 B
Text
18 lines
No EOL
414 B
Text
{
|
|
"bitwise" : true,
|
|
/* "browser" : true, */
|
|
"devel" : true,
|
|
"eqeqeq" : true,
|
|
"es5" : true,
|
|
"forin" : true,
|
|
"globalstrict" : true,
|
|
"jquery" : true,
|
|
"newcap" : true,
|
|
"noarg" : true,
|
|
"node" : true,
|
|
"noempty" : true,
|
|
"nonew" : true,
|
|
"strict" : true,
|
|
"undef" : true,
|
|
"evil" : true /* using for JSON-parsing if brawser old and crappy */
|
|
} |