Skip to content

Commit de17263

Browse files
committed
jshint fix
1 parent 4d06298 commit de17263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/SoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Phaser.SoundManager.prototype = {
160160
this.context = null;
161161
this.usingWebAudio = false;
162162
this.noAudio = true;
163-
}
163+
}
164164
}
165165
else if (!!window['webkitAudioContext'])
166166
{

0 commit comments

Comments
 (0)