Update tslint to 4.x.x

Closes #166
This commit is contained in:
Farkas József
2016-12-16 22:13:05 +01:00
parent 4a05f5ee7b
commit 8d4ecb75c7
4 changed files with 3 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import { KeyAction, KeyActionId, keyActionType } from './KeyAction';
export enum KeystrokeActionFlag {
scancode = 1 << 0,
modifierMask = 1 << 1,
longPressAction = 1 << 2,
longPressAction = 1 << 2
}
interface JsonObjectKeystrokeAction {