Skip to content

Commit

Permalink
fix misleading docs [fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 23, 2013
1 parent 5d16eba commit 39e9ef7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/ember-application/lib/system/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,6 @@ DeprecatedContainer.prototype = {
If there is any setup required before routing begins, you can implement a
`ready()` method on your app that will be invoked immediately before routing
begins.
To begin routing, you must have at a minimum a top-level controller and view.
You define these as `App.ApplicationController` and `App.ApplicationView`,
respectively. Your application will not work if you do not define these two
mandatory classes. For example:
```javascript
App.ApplicationView = Ember.View.extend({
templateName: 'application'
});
App.ApplicationController = Ember.Controller.extend();
```
@class Application
Expand Down

0 comments on commit 39e9ef7

Please sign in to comment.