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

bzr revid: tde@openerp.com-20121106145958-zg11plyzeo5rz6ao
This commit is contained in:
Thibault Delavallée 2012-11-06 15:59:58 +01:00
parent 3af6196d9a
commit 44284ca4a4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ instance.web.form.FieldMany2ManyTagsEmail = instance.web.form.FieldMany2ManyTags
pop.on('write_completed', self, function () {
self._checked(dict.id, true);
});
pop.on('closing', self, function () {
pop.on('closed', self, function () {
self._checked(dict.id, false);
});
} else {