hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

Improve BaseView#update #30

Open hoatle opened 12 years ago

hoatle commented 12 years ago

BaseView#update is not good enough, it should not destroy and re-init the view. Just need to update the view with model changes.