mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
Updated error with updating tech support
This commit is contained in:
parent
7538241008
commit
82d55c45e7
@ -17,8 +17,8 @@ _V_.extend({
|
||||
return false;
|
||||
},
|
||||
updateTechSupport: function(tech, type, name, value){
|
||||
if (!tech.supports[type]) { tech.supports[type] = {}; }
|
||||
tech.supports[type][name] = value;
|
||||
if (_V_[tech].supports[type] === undefined) { _V_[tech].supports[type] = {}; }
|
||||
_V_[tech].supports[type][name] = value;
|
||||
},
|
||||
|
||||
// Device Checks
|
||||
|
Loading…
Reference in New Issue
Block a user