* Patch from Sven Barth to implement TJSWindow.onresize (bug ID 36677)

This commit is contained in:
michael 2020-02-08 09:39:42 +00:00
parent 20646eb432
commit 9840999646

View File

@ -2009,6 +2009,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
onprogress : TJSProgressEventhandler;
onpopstate : TJSPopStateEventHandler;
onreset : TJSUIEventHandler;
onresize : TJSUIEventHandler;
onscroll : TJSUIEventHandler;
onselect : TJSEventHandler;
onselectionchange : TJSEventHandler;