Skip to content

Commit

Permalink
Fixed wording. Thanks to 地狱羔羊
Browse files Browse the repository at this point in the history
  • Loading branch information
towerhe committed Feb 18, 2014
1 parent 99b7b63 commit 66e6dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/bilingual_guides/application/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ What does creating an `Ember.Application` instance get you?

2. It adds event listeners to the document and is responsible for delegating events to your views. (See [The View Layer](/guides/understanding-ember/the-view-layer)

它为你添加了网页时间监听器,并且负责把事件委派到你的视图。(参看[视图层](/guides/understanding-ember/the-view-layer)
它为你添加了网页事件监听器,并且负责把事件委派到你的视图。(参看[视图层](/guides/understanding-ember/the-view-layer)

3. It automatically renders the [_application
template_](/guides/templates/the-application-template).
Expand Down
2 changes: 1 addition & 1 deletion source/guides/application/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.App = Ember.Application.create();

1. 它是你应用的命名空间,应用里面所有的类都会作为它的属性去定义(例如:`App.PostsView``App.PostsController`)。这样避免你污染了公共的域。

2. 它为你添加了网页时间监听器,并且负责把事件委派到你的视图。(参看[视图层](/guides/understanding-ember/the-view-layer)
2. 它为你添加了网页事件监听器,并且负责把事件委派到你的视图。(参看[视图层](/guides/understanding-ember/the-view-layer)

3. 它会自动帮你渲染[_应用模板_](/guides/templates/the-application-template)模板。

Expand Down

0 comments on commit 66e6dba

Please sign in to comment.