mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
48 lines
847 B
Plaintext
48 lines
847 B
Plaintext
{
|
|
"evil" : true,
|
|
"validthis": true,
|
|
"node" : true,
|
|
"debug" : true,
|
|
"boss" : true,
|
|
"expr" : true,
|
|
"eqnull" : true,
|
|
"quotmark" : "single",
|
|
"sub" : true,
|
|
"trailing" : true,
|
|
"undef" : true,
|
|
"laxbreak" : true,
|
|
"esnext" : true,
|
|
"eqeqeq" : true,
|
|
"predef" : [
|
|
"_V_",
|
|
"goog",
|
|
"console",
|
|
|
|
"require",
|
|
"define",
|
|
"module",
|
|
"exports",
|
|
"process",
|
|
|
|
"q",
|
|
"asyncTest",
|
|
"deepEqual",
|
|
"equal",
|
|
"expect",
|
|
"module",
|
|
"notDeepEqual",
|
|
"notEqual",
|
|
"notStrictEqual",
|
|
"ok",
|
|
"throws",
|
|
"QUnit",
|
|
"raises",
|
|
"start",
|
|
"stop",
|
|
"strictEqual",
|
|
"test",
|
|
"throws",
|
|
"sinon"
|
|
]
|
|
}
|