eslint fix

This commit is contained in:
Richard Davey 2018-04-20 14:03:06 +01:00
parent 1185586b23
commit 6626fae27d

View file

@ -208,7 +208,8 @@ var WebAudioSoundManager = new Class({
{
var _this = this;
this.context.close().then(function () {
this.context.close().then(function ()
{
_this.context = null;