mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
jshint fix (missing semi-colon)
This commit is contained in:
parent
70437a0bdd
commit
d7b6d4e784
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ Phaser.BitmapText.prototype.cleanText = function (text, replace) {
|
|||
|
||||
if (charData)
|
||||
{
|
||||
output = output.concat(text[i])
|
||||
output = output.concat(text[i]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue