Skip to content

Commit

Permalink
[DOC release] clarify when didInsertElement is called
Browse files Browse the repository at this point in the history
  • Loading branch information
trek committed Jul 12, 2014
1 parent 1b7a9db commit 33cdd0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ember-views/lib/views/view.js
Expand Up @@ -1499,10 +1499,10 @@ var View = CoreView.extend({
},

/**
Creates a DOM representation of the view and all of its
child views by recursively calling the `render()` method.
Creates a DOM representation of the view and all of its child views by
recursively calling the `render()` method.
After the element has been created, `didInsertElement` will
After the element has been inserted into the DOM, `didInsertElement` will
be called on this view and all of its child views.
@method createElement
Expand Down

0 comments on commit 33cdd0f

Please sign in to comment.