Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jsdoc #3288

Merged
merged 1 commit into from Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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