mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
commit
e631c2031b
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