[REM] unused instance variable of searchview.Advanced

bzr revid: xmo@openerp.com-20120403095716-rjxnc8zafxup8os1
This commit is contained in:
Xavier Morel 2012-04-03 11:57:16 +02:00
parent 4abfb09d32
commit 71c98a510b
1 changed files with 0 additions and 1 deletions

View File

@ -1273,7 +1273,6 @@ openerp.web.search.Advanced = openerp.web.search.Input.extend({
template: 'SearchView.advanced',
start: function () {
var self = this;
this.propositions = [];
this.$element
.on('keypress keydown keyup', function (e) { e.stopPropagation(); })
.on('click', 'h4', function () {