Add missing semicolon
This commit is contained in:
parent
4351ece256
commit
6548ec346c
@ -491,7 +491,7 @@ define([
|
|||||||
var mouseOutSubmenu = function () {
|
var mouseOutSubmenu = function () {
|
||||||
// don't hide immediately the submenu
|
// don't hide immediately the submenu
|
||||||
timeoutId = setTimeout(hideSubmenu, 100);
|
timeoutId = setTimeout(hideSubmenu, 100);
|
||||||
}
|
};
|
||||||
// Add submenu expand icon
|
// Add submenu expand icon
|
||||||
$a.append(h("span.dropdown-toggle"));
|
$a.append(h("span.dropdown-toggle"));
|
||||||
// Show / hide submenu
|
// Show / hide submenu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user