Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jul 31, 2019
1 parent 368d3c1 commit 59e1f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import xhr from 'xhr';
// Include the built-in techs
import Tech from './tech/tech.js';
import { use as middlewareUse, TERMINATOR } from './tech/middleware.js';
import defineLazyProperty from './utils/define-lazy-property.js';

/**
* Normalize an `id` value by trimming off a leading `#`
Expand Down Expand Up @@ -566,5 +567,7 @@ videojs.dom = Dom;
*/
videojs.url = Url;

videojs.defineLazyProperty = defineLazyProperty;

export default videojs;

0 comments on commit 59e1f65

Please sign in to comment.