mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 23:18:38 +00:00
Fix typo in Color
This commit is contained in:
parent
2b8426a199
commit
432fc8b740
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var Color = function (red, green, blue, alpha)
|
|||
this.setTo(red, green, blue, alpha);
|
||||
};
|
||||
|
||||
Color.prototype.contrusctor = Color;
|
||||
Color.prototype.constructor = Color;
|
||||
|
||||
Color.prototype = {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue