committing revisions to keep in sync with alt 0.16.10/0.17.0

This commit is contained in:
Shearerbeard
2015-06-24 08:59:31 -06:00
parent 159edfacef
commit bfd9f25678
+2 -4
View File
@@ -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 <https://github.com/Shearerbeard>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../flux/flux.d.ts"/>
/// <reference path="../eventemitter3/eventemitter3.d.ts"/>
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<ContainerProps, any> {
}
export = AltContainer;
}