Whole codebase updated to TypeScript 0.9.1, phew!

This commit is contained in:
Richard Davey
2013-08-08 19:16:47 +01:00
parent df32190db8
commit 1248a6c06e
129 changed files with 38471 additions and 30343 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
/// <reference path="../Game.ts" />
/// <reference path="Pointer.ts" />
/// <reference path="../_definitions.ts" />
/**
* Phaser - MSPointer
@@ -29,7 +28,7 @@ module Phaser {
* @property game
* @type Game
**/
public game: Game;
public game: Phaser.Game;
/**
* You can disable all Input by setting disabled = true. While set all new input related events will be ignored.