Add video-resolution-switcher (v0.4.2) plugin

This commit is contained in:
vijeth-aradhya
2017-07-18 09:46:37 +05:30
parent 0e49df65fe
commit 19d7c45070
16 changed files with 1181 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"browser" : true,
"curly": true,
"eqeqeq": true,
"quotmark" : "single",
"trailing" : true,
"undef" : true,
"predef" : [
"videojs"
]
}