mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
This commit is contained in:
parent
ecc95331a7
commit
3a927523c3
@ -4,6 +4,7 @@ CHANGELOG
|
||||
## HEAD (Unreleased)
|
||||
* @gkatsev checked throwIfWhitespace first in hasElClass ([view](https://github.com/videojs/video.js/pull/3640))
|
||||
* @misteroneill pinned grunt-contrib-uglify to ~0.11 to pin uglify to ~2.6 ([view](https://github.com/videojs/video.js/pull/3634))
|
||||
* @gkatsev set playerId on new el created for movingMediaElementInDOM. Fixes #3283 ([view](https://github.com/videojs/video.js/pull/3648))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -189,6 +189,8 @@ class Html5 extends Tech {
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
el.playerId = this.options_.playerId;
|
||||
}
|
||||
|
||||
// Update specific tag settings, in case they were overridden
|
||||
|
Loading…
Reference in New Issue
Block a user