Skip to content

Commit 3e5c153

Browse files
committed
Fixed jsdoc-abort bug with "||" in jsdoc type
- jsdoc aborts on x||y found in types..
1 parent a75e28d commit 3e5c153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ Phaser.Loader.prototype = {
18061806
*
18071807
* @method Phaser.Loader#getAudioURL
18081808
* @private
1809-
* @param {object[]||string[]} urls - See {@link #audio} for format.
1809+
* @param {object[]|string[]} urls - See {@link #audio} for format.
18101810
* @return {string} The URL to try and fetch; or null.
18111811
*/
18121812
getAudioURL: function (urls) {

0 commit comments

Comments
 (0)