Add missing semicolon

This commit is contained in:
ClemDee 2019-08-12 15:31:21 +02:00
parent 4351ece256
commit 6548ec346c

View File

@ -491,7 +491,7 @@ define([
var mouseOutSubmenu = function () {
// don't hide immediately the submenu
timeoutId = setTimeout(hideSubmenu, 100);
}
};
// Add submenu expand icon
$a.append(h("span.dropdown-toggle"));
// Show / hide submenu