mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Fixed rogue comma.
This commit is contained in:
parent
b99c9e22ec
commit
0ee95b22d6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Phaser.FrameDebugger.prototype = {
|
|||
this.finish();
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
finish: function () {
|
||||
|
||||
|
|
Loading…
Reference in a new issue