mirror of
https://github.com/videojs/video.js.git
synced 2024-11-26 08:51:09 +02:00
be0febaad9
Removed flwplayer folder. Added phantomjs for Travis CI test running, including temp makefile.
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
{
|
|
"validthis": true,
|
|
"browser" : true,
|
|
"debug" : true,
|
|
"boss" : true,
|
|
"expr" : true,
|
|
"eqnull" : true,
|
|
"quotmark" : "double",
|
|
"sub" : true,
|
|
"trailing" : true,
|
|
"undef" : true,
|
|
"predef" : [ // Extra globals.
|
|
"_V_",
|
|
"VideoJS"
|
|
]
|
|
} |