Updating for TypeScript 0.9.1, part 1.

This commit is contained in:
Richard Davey
2013-08-08 11:34:33 +01:00
parent 73745e5720
commit df32190db8
86 changed files with 583 additions and 587 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ module Phaser.Components {
private _rotation: number;
private _dirty: bool = false;
private _dirty: boolean = false;
// Cache vars
private _pos: Phaser.Point;