Update flux.d.ts

Replaced dependency upon `react-global.d.ts` in favour of the more targeted `react.d.ts`
This commit is contained in:
John Reilly
2015-12-09 14:41:05 +00:00
parent 19b4bf1c7b
commit 957c41c644
+2 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Steve Baker <https://github.com/stkb/>, Giedrius Grabauskas <https://github.com/QuatroDevOfficial/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../react/react-global.d.ts" />
/// <reference path="../react/react.d.ts" />
declare module Flux {
@@ -70,6 +70,7 @@ declare module "flux" {
declare module FluxUtils {
import React = __React;
export class Container {
constructor();
/**