@@ -480,7 +480,7 @@ var rectangle = {
draw: function(){
console.log("I'm drawing a rectangle with coordinates " + this.x + "x" + this.y + " and dimensions " + this.w + 'x' + this.h + " in " + this.color + " color");
- }
+ },
setColor: function(color){
this.color = color;