[FIX] js syntax

This commit is contained in:
Holger Brunn
2015-05-18 11:10:55 +02:00
parent f66ddf8718
commit ae3ec7c54e

View File

@@ -33,7 +33,7 @@ openerp.web_advanced_search_x2x = function(instance)
.on('change', this.proxy('operator_changed'));
return this._super.apply(this, arguments);
},
get_field_desc()
get_field_desc: function()
{
return this.field;
},