mirror of
https://github.com/videojs/video.js.git
synced 2025-07-09 01:15:31 +02:00
fix(MapSham): fix set method to use map property (#7000)
This commit is contained in:
@ -15,7 +15,7 @@ class MapSham {
|
||||
return has;
|
||||
}
|
||||
set(key, value) {
|
||||
this.set_[key] = value;
|
||||
this.map_[key] = value;
|
||||
return this;
|
||||
}
|
||||
forEach(callback, thisArg) {
|
||||
|
Reference in New Issue
Block a user