mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
Updating for TypeScript 0.9.1, part 1.
This commit is contained in:
@@ -45,7 +45,7 @@ module Phaser.Components {
|
||||
|
||||
private _rotation: number;
|
||||
|
||||
private _dirty: bool = false;
|
||||
private _dirty: boolean = false;
|
||||
|
||||
// Cache vars
|
||||
private _pos: Phaser.Point;
|
||||
|
||||
Reference in New Issue
Block a user