Fix missing dhtmlx menu object

This commit is contained in:
Hadi Nategh
2021-06-10 13:59:12 +02:00
parent 0730d4880e
commit 0de8f242aa
4 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,7 @@
*
* @param {type} _structure
*/
function egwMenuImpl(_structure)
export function egwMenuImpl(_structure)
{
//Create a new dhtmlxmenu object
this.dhtmlxmenu = new dhtmlXMenuObject();