Class Index | File Index

Classes


Class App


Extends Backbone.View.
App
Defined in: app.js.

Class Summary
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 Summary
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 .
Method Detail
initialize()
Initialize new application instance

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jul 10 2012 11:17:08 GMT+0200 (CEST)