根据 [Joeylin] 的反馈意见,做出微调

This commit is contained in:
Zhicheng Wang 2016-06-04 19:43:54 +08:00
parent cb8818f171
commit af77784480

View File

@ -324,7 +324,7 @@ figure.image-display
### 保持模板中的语句简洁 ### 保持模板中的语句简洁
We bound `(blur)` to *two* JavaScript statements. We bound `(blur)` to *two* JavaScript statements.
我们把`(blue)`事件绑定到了*两条*JavaScript语句。 我们把`(blur)`事件绑定到了*两条*JavaScript语句。
We like the first one, which calls `addHero`. We like the first one, which calls `addHero`.
We do not like the second one, which assigns an empty string to the input box value. We do not like the second one, which assigns an empty string to the input box value.