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="../math/Vec2.ts" />
/// <reference path="../_definitions.ts" />
/**
* Phaser - Pointer
@@ -43,7 +42,7 @@ module Phaser {
* @type {Phaser.Game}
* @private
**/
public game: Game;
public game: Phaser.Game;
/**
* Local private variable to store the status of dispatching a hold event