2012-12-10 16:40:12 -08:00
|
|
|
{
|
2013-01-10 13:06:12 -08:00
|
|
|
// Hopefully people are smart enough not to use eval
|
|
|
|
// But goog.base uses execScript so it throws an error.
|
|
|
|
// When compiled goog.base is stripped out completely.
|
|
|
|
"evil" : true,
|
2012-12-10 16:40:12 -08:00
|
|
|
"validthis": true,
|
|
|
|
"browser" : true,
|
|
|
|
"debug" : true,
|
|
|
|
"boss" : true,
|
|
|
|
"expr" : true,
|
2012-12-10 18:51:48 -08:00
|
|
|
"eqnull" : true,
|
2013-01-10 13:06:12 -08:00
|
|
|
"quotmark" : "single",
|
2012-12-10 18:51:48 -08:00
|
|
|
"sub" : true,
|
|
|
|
"trailing" : true,
|
|
|
|
"undef" : true,
|
2013-01-10 13:06:12 -08:00
|
|
|
"laxbreak" : true,
|
2012-12-10 18:51:48 -08:00
|
|
|
"predef" : [ // Extra globals.
|
|
|
|
"_V_",
|
2013-01-10 13:06:12 -08:00
|
|
|
"videojs",
|
|
|
|
"vjs",
|
|
|
|
"goog"
|
2012-12-10 18:51:48 -08:00
|
|
|
]
|
2013-01-10 13:06:12 -08:00
|
|
|
}
|