Ivan Asmer 8 лет назад
Родитель
Сommit
f1d854997a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      05Functions.md

+ 1 - 1
05Functions.md

@@ -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;