843
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Class Code */ | /* Class Code */ | ||
(function () { | (function () { | ||
class ColorContent; { | |||
constructor(text, color) { | constructor(text, color) { | ||
this.text = text | this.text = text | ||
edits