Skip to content

Commit 2ea76d1

Browse files
author
Christian Wesselhoeft
committed
Fix jshint issues in src/loader
1 parent debb6bd commit 2ea76d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/loader/Loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,11 +1163,11 @@ Phaser.Loader.prototype = {
11631163

11641164
if (file.autoDecode)
11651165
{
1166-
this.game.cache.updateSound(key, 'isDecoding', true);
1167-
11681166
var that = this;
11691167
var key = file.key;
11701168

1169+
this.game.cache.updateSound(key, 'isDecoding', true);
1170+
11711171
this.game.sound.context.decodeAudioData(file.data, function (buffer) {
11721172
if (buffer)
11731173
{

0 commit comments

Comments
 (0)