We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea61d1c commit e8cd6aeCopy full SHA for e8cd6ae
js/actionman.js
@@ -3,6 +3,7 @@
3
*/
4
class ActionManager extends XEventEmitter {
5
constructor() {
6
+ super();
7
}
8
/**
9
* define what happens for the action
0 commit comments