[REM] trailing comma in object literal

bzr revid: xmo@openerp.com-20110803104928-t9a1plo51djmivml
This commit is contained in:
Xavier Morel 2011-08-03 12:49:28 +02:00
parent b7bc2ba858
commit 9fe7ed5d04
1 changed files with 2 additions and 2 deletions

View File

@ -203,10 +203,10 @@ openerp.base.SearchView = openerp.base.Widget.extend({
context_to_save: context,
domain: domain,
name: name
}).then(function(result) {
}).then(function() {
self.reload_managed_filters();
});
},
}
}
});
} else { // manage_filters