We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 689abd2 + dc6be20 commit 8988bd3Copy full SHA for 8988bd3
src/soundjs/Sound.js
@@ -994,7 +994,7 @@ this.createjs = this.createjs || {};
994
* {src:"asset0.ogg", id:"example"},
995
* {src:"asset1.ogg", id:"1", data:6},
996
* {src:"asset2.mp3", id:"works"}
997
- * {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension}, id:"better"}
+ * {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension"}, id:"better"}
998
* ];
999
* createjs.Sound.alternateExtensions = ["mp3"]; // if the passed extension is not supported, try this extension
1000
* createjs.Sound.on("fileload", handleLoad); // call handleLoad when each sound loads
0 commit comments