To render views using the ViewManager, add a getTemplate
function to your view. Since the ViewManager
returns the jQuery AJAX deferred object, the views gets access to all the callbacks etc.
The WaitSpinnerView has a dependency on spin.js: http://fgnass.github.com/spin.js/
App.Views.CommentEditView = Backbone.View.extend({
tagName: "div",