1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-29 22:07:10 +02:00

Added globals in jshintrc to fix errors from new jshint version

This commit is contained in:
heff 2015-05-06 14:43:14 -04:00
parent 6786b70da1
commit c5f5ea419e

View File

@ -11,10 +11,13 @@
"trailing" : true,
"undef" : true,
"laxbreak" : true,
"globals" : {
"vjs": true,
"videojs": true,
"PlayerTest": true,
"TestHelpers": true
},
"predef" : [
"_V_",
"videojs",
"vjs",
"goog",
"console",
@ -24,8 +27,6 @@
"exports",
"process",
"PlayerTest",
"TestHelpers",
"asyncTest",
"deepEqual",
"equal",