mirror of https://github.com/OCA/web.git
[FIX] js syntax
parent
f66ddf8718
commit
ae3ec7c54e
|
@ -33,7 +33,7 @@ openerp.web_advanced_search_x2x = function(instance)
|
||||||
.on('change', this.proxy('operator_changed'));
|
.on('change', this.proxy('operator_changed'));
|
||||||
return this._super.apply(this, arguments);
|
return this._super.apply(this, arguments);
|
||||||
},
|
},
|
||||||
get_field_desc()
|
get_field_desc: function()
|
||||||
{
|
{
|
||||||
return this.field;
|
return this.field;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue