Ivan Asmer 6 سال پیش
والد
کامیت
11c96e80b9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Proto.md

+ 1 - 1
Proto.md

@@ -18,7 +18,7 @@
 
 ```javascript
 function Drawable(){
-   Drawable.prototype.addInstance(this);   
+   Drawable.addInstance(this);   
 }
 
 Drawable.prototype.draw = function(){};