mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
adhoc fix alt/alt-tests.ts
This commit is contained in:
@@ -41,8 +41,8 @@ class AbstractStoreModel<S> implements AltJS.StoreModel<S> {
|
||||
|
||||
class GenerateActionsClass extends AbstractActions {
|
||||
constructor(config:AltJS.Alt) {
|
||||
this.generateActions("notifyTest");
|
||||
super(config);
|
||||
this.generateActions("notifyTest");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user