mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Fixed mistype
This commit is contained in:
@@ -108,7 +108,7 @@ class CounterStore extends FluxUtils.ReduceStore<number> {
|
||||
}
|
||||
|
||||
var Disaptcher: any;
|
||||
const Store = new CounterStore(Dispatcher);
|
||||
const Store = new CounterStore(Disaptcher);
|
||||
|
||||
// Sample Flux container with CounterStore
|
||||
class CounterContainer extends Component<any, any> {
|
||||
|
||||
Reference in New Issue
Block a user