Merge pull request #133 from xiaoshude/patch-1

Update class.md
This commit is contained in:
Ruan YiFeng
2016-01-26 09:02:59 +08:00
-1
View File
@@ -74,7 +74,6 @@ class Point {
// 等同于
Point.prototype = {
constructor(){},
toString(){},
toValue(){}
}