Skip to content

Commit f12168a

Browse files
committed
Fixed jshint error.
1 parent e943629 commit f12168a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/BitmapData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,8 @@ Phaser.BitmapData.prototype = {
822822
destination.setPixel32(x, y, r, g, b, a, false);
823823
}
824824
return false;
825-
}
826-
, this);
825+
},
826+
this);
827827

828828
destination.context.putImageData(destination.imageData, 0, 0);
829829
destination.dirty = true;

0 commit comments

Comments
 (0)