mirror of
https://github.com/photonstorm/phaser
synced 2024-11-11 07:34:43 +00:00
eslint fix
This commit is contained in:
parent
1185586b23
commit
6626fae27d
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ var WebAudioSoundManager = new Class({
|
|||
{
|
||||
var _this = this;
|
||||
|
||||
this.context.close().then(function () {
|
||||
this.context.close().then(function ()
|
||||
{
|
||||
|
||||
_this.context = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue