[REVIEW] trigger closing -> trigger closed, to match the code guidelines.

bzr revid: tde@openerp.com-20121106145940-cji6varovqtgneiz
This commit is contained in:
Thibault Delavallée 2012-11-06 15:59:40 +01:00
parent 018a91ddc0
commit a006b078ed
1 changed files with 1 additions and 1 deletions

View File

@ -4420,7 +4420,7 @@ instance.web.form.AbstractFormPopup = instance.web.Widget.extend({
this.destroy();
},
destroy: function () {
this.trigger('closing');
this.trigger('closed');
this.$el.dialog('close');
this._super();
},