UNPKG

@morjs/runtime-web

Version:
15 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TiGaEvent = void 0; class TiGaEvent extends Event { constructor(typeArg, eventInitDict) { super(typeArg, eventInitDict); this.detail = eventInitDict.detail; this.other = eventInitDict.other; if (this.other) { Object.assign(this, this.other); } } } exports.TiGaEvent = TiGaEvent; //# sourceMappingURL=TigaEvent.js.map