Skip to content

Commit dc6be20

Browse files
committed
Merge pull request #223 from bdero/fix/bdero/doc-quote
Added missing quote to registerSounds docstring
2 parents dc883fd + b0c8f55 commit dc6be20

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)