Skip to content

Commit e8cd6ae

Browse files
fix type error bug
1 parent ea61d1c commit e8cd6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/actionman.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44
class ActionManager extends XEventEmitter {
55
constructor() {
6+
super();
67
}
78
/**
89
* define what happens for the action

0 commit comments

Comments
 (0)