Skip to content

Commit 8988bd3

Browse files
author
Lanny McNie
committed
Merge branch 'master' into GMC_0.6.2
2 parents 689abd2 + dc6be20 commit 8988bd3

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)