git demonstration co ming along

This commit is contained in:
Peter Cottle 2013-01-06 16:16:27 -08:00
parent 388f449ab6
commit c1813c346c
8 changed files with 231 additions and 11 deletions

View file

@ -263,6 +263,10 @@ var ModalAlert = ContainedBase.extend({
title: 'Alert!'
});
this.render();
if (!options.wait) {
this.show();
}
},
render: function() {