mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
fix typo in componentToHex
This commit is contained in:
parent
268b13392b
commit
a510761bf1
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ Phaser.Utils.extend(Phaser.Physics.P2.BodyDebug.prototype, {
|
|||
var hex;
|
||||
hex = c.toString(16);
|
||||
|
||||
if (hex.len === 2)
|
||||
if (hex.length === 2)
|
||||
{
|
||||
return hex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue