Merge pull request #11363 from ElderOrb/lint-fix

add missing comma
This commit is contained in:
Seth Alves 2017-09-14 09:10:14 -07:00 committed by GitHub
commit dbaf60a957

View file

@ -57,7 +57,7 @@ module.exports = {
"print": false, "print": false,
"RayPick": false, "RayPick": false,
"LaserPointers": false, "LaserPointers": false,
"ContextOverlay": false "ContextOverlay": false,
"module": false "module": false
}, },
"rules": { "rules": {