Skip to content

Commit 6626fae

Browse files
committed
eslint fix
1 parent 1185586 commit 6626fae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ var WebAudioSoundManager = new Class({
208208
{
209209
var _this = this;
210210

211-
this.context.close().then(function () {
211+
this.context.close().then(function ()
212+
{
212213

213214
_this.context = null;
214215

0 commit comments

Comments
 (0)