fixed less prefixer path

fixed modals
This commit is contained in:
Keivan Beigi 2013-06-26 16:45:05 -07:00
parent 0a2ac32dfc
commit 28de886bb1
8 changed files with 12 additions and 17 deletions

View file

@ -17,7 +17,7 @@ define(
this.model.destroy({
wait: true
}).done(function () {
App.modalRegion.close();
App.modalRegion.closeModal();
});
}
});