Class App
Extends
Backbone.View.
App
Defined in: app.js.
Constructor Attributes | Constructor Name and Description |
---|---|
App()
Application controller view
Starts application, inits a new CommentCollection collection, assigns the empty list to
a CommentlistView controller, also inits a NewButtonView instance to handle new comment insertion.
|
Method Attributes | Method Name and Description |
---|---|
Initialize new application instance
|
Class Detail
App()
Application controller view
Starts application, inits a new CommentCollection collection, assigns the empty list to
a CommentlistView controller, also inits a NewButtonView instance to handle new comment insertion.
Check index.html to find the place where App is initialized, it's right after the container
DOM node is rendered.
Author: Bodnar Istvan.
Author: Bodnar Istvan
Method Detail
initialize()
Initialize new application instance