Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: player el ingest when parent doesn't have
hasAttribute
method (#…
…3929) For elements which parent doesn't have `hasAttribute` it needs do another check to prevent erroring out. One case of this is when video.js is created inside a documentFragment, the parent node won't have a `hasAttribute` method.
- Loading branch information