1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

refactor: Remove unused defaultVolume option default (#3915)

This commit is contained in:
Pat O'Neill 2017-01-18 00:26:10 -05:00 committed by Gary Katsevman
parent f8aed4dc32
commit 5377ffc176

View File

@ -3204,9 +3204,6 @@ Player.prototype.options_ = {
html5: {},
flash: {},
// defaultVolume: 0.85,
defaultVolume: 0.00,
// default inactivity timeout
inactivityTimeout: 2000,