1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@gkatsev set playerId on new el created for movingMediaElementInDOM. Fixes #3283. closes #3648

This commit is contained in:
Gary Katsevman 2016-09-28 13:59:21 -04:00
parent ecc95331a7
commit 3a927523c3
2 changed files with 3 additions and 0 deletions

View File

@ -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))
--------------------

View File

@ -189,6 +189,8 @@ class Html5 extends Tech {
})
);
}
el.playerId = this.options_.playerId;
}
// Update specific tag settings, in case they were overridden