Ivan Asmer 6 years ago
parent
commit
11c96e80b9
1 changed files with 1 additions and 1 deletions
  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(){};