Skip to content

Commit

Permalink
adhoc fix alt/alt-tests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 23, 2016
1 parent f504ccb commit ec2a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt/alt-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit ec2a8c9

Please sign in to comment.