[FIX] correct js syntax

pull/131/head
Holger Brunn 2015-05-06 11:27:57 +02:00
parent 5c96d88953
commit ea8e8b5caf
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ openerp.web_menu_autohide = function(instance)
this.toggle_main_menu(hide); this.toggle_main_menu(hide);
this.toggle_left_bar(hide); this.toggle_left_bar(hide);
}, },
toggle_menu_element(selector, timeout_id, show, delay) toggle_menu_element: function(selector, timeout_id, show, delay)
{ {
if(this[timeout_id]) if(this[timeout_id])
{ {