Backbone Alert View Using Twitter Bootstrap Alert
var alertView = new Backbone.AlertView();
alertView.render();
While initializing alert view you can pass:
1.fadeInTime - animation time to show alert
In command line run "grunt connect" and open your browser on localhost:8000;
In command line run "grunt test"
Specify clear message and update code with comments and tests
Licensed under the MIT License.