* Correct js file reference

This commit is contained in:
Michaël Van Canneyt 2022-06-14 20:14:55 +02:00
parent c06965e4aa
commit 0416e2e946

View File

@ -1,6 +1,8 @@
unit stubs.web;
uses stubs.js;
interface
uses stub.js;
Type
TEventListenerEvent = class (TJSObject);