mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
commit
4925080781
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…
Add table
Reference in a new issue