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