Import classes in the proper way to not cause runtime errors.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/// <reference path="KeyAction.ts" />
|
||||
/// <reference path="Serializable.ts" />
|
||||
|
||||
class KeystrokeAction extends KeyAction implements Serializable<KeystrokeAction> {
|
||||
|
||||
static actionTypeString = 'keystroke';
|
||||
|
||||
Reference in New Issue
Block a user