7 lines
74 B
JavaScript
7 lines
74 B
JavaScript
function Color()
|
|
{
|
|
this.hex = function()
|
|
{
|
|
return '#ff0000';
|
|
}
|
|
} |