Merge pull request #1154 from saikobee/issues/1153

Fixes #1153
This commit is contained in:
Richard Davey 2014-08-31 00:12:45 +01:00
commit e5cfa8202a

2
build/phaser.d.ts vendored
View file

@ -2614,7 +2614,7 @@ declare module Phaser {
event: Object;
game: Phaser.Game;
lastChar: string;
lastKey: string;
lastKey: Phaser.Key;
onDownCallback: Function;
onPressCallback: Function;
onUpCallback: Function;