6 lines
94 B
JavaScript

module.exports = {
handleColorMouseOver: function (color) {
this.color = color;
},
};