Minor modification.

This commit is contained in:
kovacsv 2022-11-05 11:32:29 +01:00
parent 5004ffc6f4
commit 25bfc4a804

View File

@ -14,7 +14,7 @@ export const UI = {
export function SetWebsiteEventHandler (eventHandler)
{
SetEventHandler (eventHandler );
SetEventHandler (eventHandler);
}
export function RegisterHeaderPlugin (plugin)