Skip to content

Commit 473e9a1

Browse files
committed
jshint fix
1 parent abe6f5a commit 473e9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/AudioSprite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Phaser.AudioSprite = function (game, key) {
6767
sound.addMarker(k, marker.start, (marker.end - marker.start), null, false);
6868
}
6969

70-
this.sounds[k] = s;
70+
this.sounds[k] = sound;
7171
}
7272

7373
if (this.config.autoplay)

0 commit comments

Comments
 (0)