mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +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="Plugin.ts" />
|
||||
/// <reference path="../_definitions.ts" />
|
||||
|
||||
/**
|
||||
* Phaser - PluginManager
|
||||
@@ -22,7 +21,7 @@ module Phaser {
|
||||
/**
|
||||
* Local reference to Game.
|
||||
*/
|
||||
public game: Game;
|
||||
public game: Phaser.Game;
|
||||
|
||||
/**
|
||||
* The object that owns this PluginManager.
|
||||
|
||||
Reference in New Issue
Block a user