scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 98  →  ?path2? @ 99
/index.html
@@ -167,7 +167,7 @@
];
// Play the sounds.
if(!sound || sound != 'off') {
if(!sound || sound == 'on') {
createjs.Sound.onLoadComplete =
(event) => createjs.Sound.play(event.src);
createjs.Sound.addEventListener("fileload",