Resolve a couple tslint warnings.

This commit is contained in:
László Monda
2016-04-08 23:07:08 +02:00
parent f6eb819cfe
commit 16e099d49f
5 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ let KeyActionType = {
SwitchKeymapAction : 'switchKeymap',
MouseAction : 'mouse',
PlayMacroAction : 'playMacro'
}
};
abstract class KeyAction extends Serializable<KeyAction> {
assertKeyActionType(jsObject: any, keyActionTypeString: string, classname: string) {