chore(analysis): analyze everything in lib folders recursively; fix existing warnings

This commit is contained in:
Yegor Jbanov
2015-04-17 12:59:07 -07:00
parent 3dc4df2ffa
commit 2b4d30d931
10 changed files with 35 additions and 35 deletions

View File

@ -1,8 +1,6 @@
// TODO: switch to proper enums when we support them.
// TODO: this is not how TS&Dart enums are defined and it definitely won't
// work in Dart. Switch to proper enums when we support them.
//export var KeyCodes = {
// SPACE: 32,
// UP: 38,
// DOWN: 40
//};
// Key codes
export const KEY_SPACE = 32;
export const KEY_UP = 38;
export const KEY_DOWN = 40;