[FIX] js syntax

pull/134/head
Holger Brunn 2015-05-18 11:10:55 +02:00
parent f66ddf8718
commit ae3ec7c54e
1 changed files with 1 additions and 1 deletions

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;
},