jshint fix (missing semi-colon)

This commit is contained in:
photonstorm 2016-01-13 16:15:46 +00:00
parent 70437a0bdd
commit d7b6d4e784

View file

@ -340,7 +340,7 @@ Phaser.BitmapText.prototype.cleanText = function (text, replace) {
if (charData)
{
output = output.concat(text[i])
output = output.concat(text[i]);
}
else
{