rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 312 forks source link

Add override points for success / error when lazy loading a view #483

Closed saponifi3d closed 9 years ago

saponifi3d commented 9 years ago

Gives a bit more control over lazy loading views. Allows us to give success / error handlers, rather than a console.log.

letitia commented 9 years ago

LGTM, seems straightforward enough.

My only nitpick would be Titlecase this comment for consistency: https://github.com/rendrjs/rendr/pull/483/files#diff-bcf6bb1c067082d9d6010f4f4784cda3R303