Import classes in the proper way to not cause runtime errors.

This commit is contained in:
László Monda
2016-03-29 01:43:52 +02:00
parent b2f5bf1d66
commit 30f735d0ac
5 changed files with 8 additions and 17 deletions

View File

@@ -1,6 +1,3 @@
/// <reference path="KeyAction.ts" />
/// <reference path="Serializable.ts" />
class KeyActionNone extends KeyAction implements Serializable<KeyActionNone> {
static actionTypeString = 'none';