Finished WindowAPI for the frontend
This commit is contained in:
6
WindowAPI/dist/helper/functions/WindowEventEmitter.js
vendored
Normal file
6
WindowAPI/dist/helper/functions/WindowEventEmitter.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export class WindowEventEmitter {
|
||||
constructor() {
|
||||
this._events = {};
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=WindowEventEmitter.js.map
|
||||
Reference in New Issue
Block a user