This commit is contained in:
Henning Dieterichs 2022-12-13 17:08:03 +01:00 committed by Henning Dieterichs
parent 90dd955ff5
commit eac891f9bf
3 changed files with 9 additions and 8 deletions

View file

@ -21,6 +21,7 @@ global.self = global;
global.document.queryCommandSupported = function () {
return false;
};
global.UIEvent = tmp.window.UIEvent;
global.window = {
location: {},