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 KeyActionNone extends KeyAction implements Serializable<KeyActionNone> {
|
||||
|
||||
static actionTypeString = 'none';
|
||||
|
||||
Reference in New Issue
Block a user