mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
adhoc fix alt/alt-tests.ts
This commit is contained in:
+1
-1
@@ -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