canvas-editor-engine 1.0.67 → 1.0.68
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.EventAtom = exports.ControlEvent = void 0;
|
4
|
-
const guid4_1 = require("../utils/guid4");
|
5
4
|
class ControlEvent {
|
6
5
|
name;
|
7
6
|
action;
|
@@ -16,8 +15,9 @@ exports.EventAtom = EventAtom;
|
|
16
15
|
class EventService {
|
17
16
|
static eventList = [];
|
18
17
|
static subcribe(controlEvent) {
|
18
|
+
// const guid4 = new Guid4().finite;
|
19
19
|
const eventAtom = {
|
20
|
-
id:
|
20
|
+
id: "42141-241241-412412-421241",
|
21
21
|
...controlEvent
|
22
22
|
};
|
23
23
|
EventService.eventList.push(eventAtom);
|