[FIX] events are not inherited in backbone

bzr revid: xmo@openerp.com-20120327154138-ucuer9e4psrzc7et
This commit is contained in:
Xavier Morel 2012-03-27 17:41:38 +02:00
parent c94bfd8bf9
commit a6791384f3
1 changed files with 2 additions and 2 deletions

View File

@ -633,9 +633,9 @@ openerp.web.SearchView = openerp.web.Widget.extend(/** @lends openerp.web.Search
openerp.web.search = {};
openerp.web.search.FilterGroupFacet = VS.ui.SearchFacet.extend({
events: {
events: _.extend({
'click': 'selectFacet'
},
}, VS.ui.SearchFacet.prototype.events),
render: function () {
this.setMode('not', 'editing');