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

15 Commits

Author SHA1 Message Date
Sam Yang
b9a4aa449d 代码片段有误
http://es6.ruanyifeng.com/#docs/decorator#为什么修饰器不能用于函数?这一节的第二个代码片段,函数声明和变量声明都会提升,但是函数声明先于变量声明
2017-01-09 11:26:56 +08:00
Xcat Liu
c4b46e3621 Fix coding style in docs/decorator.md 2016-05-18 16:40:23 +08:00
ruanyf
8ad3c20f5f Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-31 20:49:50 +08:00
ruanyf
0e991b41bf docs(decorator): 修饰器补充内容 2016-03-31 20:49:27 +08:00
hardfist
9e4665c305 删除错误的“()"
class FooComponent() {} 里的()似乎是错误的,经测试无法运行,故予以删除。
2016-03-28 16:51:51 +08:00
XGHeaven
8b3588a8ba fix decorator typo 2016-02-28 10:12:45 +08:00
ruanyf
1248f27af2 edit decorator/mixin 2016-01-19 18:37:18 +08:00
ruanyf
85f0cfeb3f fix typo 2015-12-01 17:18:07 +08:00
ruanyf
349e0fd048 fix error 2015-10-15 22:09:37 +08:00
ruanyf
6c4a5c1bda edit decorator 2015-10-04 18:06:56 +08:00
ruanyf
078a0a5f40 edit decorator 2015-09-26 08:08:53 +08:00
Zoey Young
3ee70ea290 修正 2015-09-25 17:04:02 +08:00
ruanyf
6bf574aeb5 edit decorator 2015-08-28 10:25:45 +08:00
ruanyf
04d80fcbb4 edit function/arrow function 2015-08-27 08:44:49 +08:00
ruanyf
d2ac1f0cc6 加入docs/decorator 2015-08-09 17:41:37 +08:00