mirror of
https://github.com/videojs/video.js.git
synced 2025-02-08 12:05:47 +02:00
94fd5c12c8
This helps with debugging to know what a component's name is. We try to look up the tech's name via the constructor's name property, otherwise, we set it to 'Unknown Tech'. Can be overridden by setting `this.name_` after calling `super()` in the constructor. Fixes #1786.