mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
@ksjun corrected the registerTech export. closes #2816
This commit is contained in:
parent
385266338a
commit
d9b5fbc60d
@ -3,6 +3,7 @@ CHANGELOG
|
||||
|
||||
## HEAD (Unreleased)
|
||||
* @dmlap Check a component is a function before new-ing ([view](https://github.com/videojs/video.js/pull/2814))
|
||||
* @ksjun corrected the registerTech export ([view](https://github.com/videojs/video.js/pull/2816))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -246,7 +246,7 @@ videojs.getTech = Tech.getTech;
|
||||
* @mixes videojs
|
||||
* @method registerTech
|
||||
*/
|
||||
videojs.registerTech = Component.registerTech;
|
||||
videojs.registerTech = Tech.registerTech;
|
||||
|
||||
/**
|
||||
* A suite of browser and device tests
|
||||
|
Loading…
Reference in New Issue
Block a user