mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +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();
|
this.finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
},
|
||||||
|
|
||||||
finish: function () {
|
finish: function () {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue