From bfd9f256783c15000d5a3e957ef06323650ea8db Mon Sep 17 00:00:00 2001 From: Shearerbeard Date: Wed, 24 Jun 2015 08:59:31 -0600 Subject: [PATCH] committing revisions to keep in sync with alt 0.16.10/0.17.0 --- alt/alt.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/alt/alt.d.ts b/alt/alt.d.ts index 15bbc8e8e..7f74b069e 100644 --- a/alt/alt.d.ts +++ b/alt/alt.d.ts @@ -1,10 +1,9 @@ -// Type definitions for Alt 0.16.7 +// Type definitions for Alt 0.16.10 // Project: https://github.com/goatslacker/alt // Definitions by: Michael Shearer // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// declare module AltJS { @@ -34,7 +33,6 @@ declare module AltJS { listen(handler:(state:S) => any):() => void; unlisten(handler:(state:S) => any):void; emitChange():void; - getEventEmitter():EventEmitter3.EventEmitter; } export enum lifeCycleEvents { @@ -74,7 +72,7 @@ declare module "alt/AltContainer" { class AltContainer extends React.Component { } - + export = AltContainer; }