mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Fixed mistype
This commit is contained in:
+1
-1
@@ -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