minor cleanup.

This commit is contained in:
kay.one 2013-06-06 18:29:54 -07:00
commit 763c4bd25b
4 changed files with 31 additions and 21 deletions

View file

@ -15,7 +15,7 @@ define(function () {
return $el;
},
showModal: function (view) {
showModal: function () {
this.$el.addClass('modal hide fade');
//need tab index so close on escape works
@ -31,4 +31,4 @@ define(function () {
}
});
});
});