Update phaser.d.ts

Fix typo StageScaleMode.pageAlignVeritcally
This commit is contained in:
qdrj
2014-01-31 07:32:17 -08:00
parent 5e182d317b
commit 30af712d6a
+1 -1
View File
@@ -891,7 +891,7 @@ declare module Phaser {
forcePortrait: boolean;
incorrectOrientation: boolean;
pageAlignHorizontally: boolean;
pageAlignVeritcally: boolean;
pageAlignVertically: boolean;
minWidth: number;
maxWidth: number;
minHeight: number;