1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +00:00

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
commit e0210fa5e7

View File

@ -74,7 +74,6 @@ class Point {
// 等同于 // 等同于
Point.prototype = { Point.prototype = {
constructor(){},
toString(){}, toString(){},
toValue(){} toValue(){}
} }