Merge pull request #2255 from PixelWaffles/fix-ts-d-export

Fix issue with typescript module import/require.
This commit is contained in:
Richard Davey 2016-02-01 18:28:59 +02:00
commit 1f664af97c

View file

@ -3,6 +3,9 @@
// Type definitions for Phaser 2.4.4+ 2015-Sep-10
// Project: https://github.com/photonstorm/phaser
declare module "phaser" {
export = Phaser;
}
declare class Phaser {