Skip to content

Commit

Permalink
[DOC release] Removes statement about before and after in initial…
Browse files Browse the repository at this point in the history
…izers

Fixes #5061.
  • Loading branch information
locks committed Jun 24, 2014
1 parent 8b0b41e commit 8c4abe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-application/lib/system/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,7 @@ Application.reopenClass({
* `before` and `after` are used to ensure that this initializer is ran prior
or after the one identified by the value. This value can be a single string
or an array of strings, referencing the `name` of other initializers. Please
note that you cannot specify both attributes for the same initializer.
or an array of strings, referencing the `name` of other initializers.
An example of ordering initializers, we create an initializer named `first`:
Expand Down

0 comments on commit 8c4abe1

Please sign in to comment.