mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Whole codebase updated to TypeScript 0.9.1, phew!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user