Close should trigger Hide events

This commit is contained in:
Sam Georges 2014-11-07 20:13:16 +11:00
parent c0dc85eefb
commit 2f4603ef58
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
})
this.$modal.on('close.oc.popup', function(){
self.$modal.modal('hide')
self.hide()
return false
})