Skip to content

Commit

Permalink
Fix JSDoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 5, 2023
1 parent 23c9e81 commit c915a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dash/controllers/ContentSteeringController.js
Expand Up @@ -417,7 +417,7 @@ function ContentSteeringController() {
/**
* Returns synthesized BaseURL elements based on Pathway Cloning
* @param {BaseURL[]}referenceElements
* @returns {BaseURL[]|*[]}
* @returns {BaseURL[]}
*/
function getSynthesizedBaseUrlElements(referenceElements) {
try {
Expand All @@ -443,7 +443,7 @@ function ContentSteeringController() {
/**
* Returns synthesized Location elements based on Pathway Cloning
* @param {MpdLocation[]} referenceElements
* @returns {MpdLocation[]|*[]}
* @returns {MpdLocation[]}
*/
function getSynthesizedLocationElements(referenceElements) {
try {
Expand All @@ -465,7 +465,7 @@ function ContentSteeringController() {
/**
* Helper function to synthesize elements
* @param {array} referenceElements
* @returns {*[]}
* @returns {array}
* @private
*/
function _getSynthesizedElements(referenceElements) {
Expand Down

0 comments on commit c915a5e

Please sign in to comment.