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(){};