Add missing semicolon

pull/1/head
ClemDee 5 years ago
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…
Cancel
Save