scratch

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