Update class.md

This commit is contained in:
fjywan
2016-01-25 15:20:34 +08:00
parent ed283d0207
commit 070985c4a4
-1
View File
@@ -74,7 +74,6 @@ class Point {
// 等同于
Point.prototype = {
constructor(){},
toString(){},
toValue(){}
}