Skip to content

Commit

Permalink
@ksjun corrected the registerTech export. closes #2816
Browse files Browse the repository at this point in the history
  • Loading branch information
ksjun authored and gkatsev committed Nov 16, 2015
1 parent 3852663 commit d9b5fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/js/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9b5fbc

Please sign in to comment.