Ivan Asmer 5 年之前
父節點
當前提交
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(){};