Skip to content

Commit d7b6d4e

Browse files
committed
jshint fix (missing semi-colon)
1 parent 70437a0 commit d7b6d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/BitmapText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Phaser.BitmapText.prototype.cleanText = function (text, replace) {
340340

341341
if (charData)
342342
{
343-
output = output.concat(text[i])
343+
output = output.concat(text[i]);
344344
}
345345
else
346346
{

0 commit comments

Comments
 (0)