Skip to content

Commit 3ec2937

Browse files
authored
Merge pull request ruanyf#257 from jerossh/patch-3
.ant-menu-horizontal > li.ant-menu-item
2 parents 3cbb847 + 1092e53 commit 3ec2937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Bar {
6666
var b = new Bar();
6767
b.doStuff() // "stuff"
6868
```
69-
.ant-menu-horizontal > li.ant-menu-item
69+
7070
构造函数的`prototype`属性,在ES6的“类”上面继续存在。事实上,类的所有方法都定义在类的`prototype`属性上面。
7171

7272
```javascript

0 commit comments

Comments
 (0)