Skip to content

Commit

Permalink
Fix error in JSDoc in ProtectionController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Nov 29, 2021
1 parent 731693e commit cbb8b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ function ProtectionController(config) {

/**
* Returns all available key systems
* @return {*|*[]}
* @return {array}
*/
function getKeySystems() {
return protectionKeyController ? protectionKeyController.getKeySystems() : [];
Expand Down

0 comments on commit cbb8b52

Please sign in to comment.