You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var modal = new Backbone.BootstrapModal({
title : "My first modal",
content : "This is my content",
animate : true,
focusOk : false,
okCloses : true,
allowCancel: true
});
modal.open();
For people with little Backbone experience.
Thanks.
The text was updated successfully, but these errors were encountered: