Skip to content

Commit

Permalink
fix jsdoc (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Berthelot committed Jun 12, 2020
1 parent 40f25dd commit 144e488
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/streaming/net/SchemeLoaderFactory.js
Expand Up @@ -34,7 +34,7 @@ import HTTPLoader from '../../streaming/net/HTTPLoader';
/**
* @module
* @description Choose right url loader for scheme
* @ignore
*/
function SchemeLoaderFactory() {

Expand Down
3 changes: 2 additions & 1 deletion src/streaming/net/URLLoader.js
Expand Up @@ -32,9 +32,10 @@ import FactoryMaker from '../../core/FactoryMaker';
import SchemeLoaderFactory from '../../streaming/net/SchemeLoaderFactory';

/**
* @module URLLoader
* @class URLLoader
* @description Call Offline Loader or Online Loader dependaing on URL
* @param {Object} cfg - dependances
* @ignore
*/
function URLLoader(cfg) {

Expand Down
1 change: 1 addition & 0 deletions src/streaming/utils/DefaultURLUtils.js
Expand Up @@ -37,6 +37,7 @@ import FactoryMaker from '../../core/FactoryMaker';
* Initially this is simply a method to determine the Base URL of a URL, but
* should probably include other things provided all over the place such as
* determining whether a URL is relative/absolute, resolving two paths etc.
* @ignore
*/
function DefaultURLUtils() {

Expand Down

0 comments on commit 144e488

Please sign in to comment.