Skip to content

Commit 47e1d16

Browse files
committed
jshint fix.
1 parent b9dcf74 commit 47e1d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/Text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ Phaser.Text.prototype.updateShadow = function (state) {
610610
*/
611611
Phaser.Text.prototype.updateLine = function (line, x, y) {
612612

613-
for (i = 0; i < line.length; i++)
613+
for (var i = 0; i < line.length; i++)
614614
{
615615
var letter = line[i];
616616

0 commit comments

Comments
 (0)