Skip to content

Commit b0c8f55

Browse files
committed
Add a missing quote to registerSounds docstring
1 parent dc883fd commit b0c8f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soundjs/Sound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ this.createjs = this.createjs || {};
994994
* {src:"asset0.ogg", id:"example"},
995995
* {src:"asset1.ogg", id:"1", data:6},
996996
* {src:"asset2.mp3", id:"works"}
997-
* {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension}, id:"better"}
997+
* {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension"}, id:"better"}
998998
* ];
999999
* createjs.Sound.alternateExtensions = ["mp3"]; // if the passed extension is not supported, try this extension
10001000
* createjs.Sound.on("fileload", handleLoad); // call handleLoad when each sound loads

0 commit comments

Comments
 (0)