From ec2a8c9cc844a76ae66808bb9c709c2fc29aa250 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 23 Feb 2016 15:33:32 +0900 Subject: [PATCH] adhoc fix alt/alt-tests.ts --- alt/alt-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alt/alt-tests.ts b/alt/alt-tests.ts index 1941b407160b53..fad079b0200b8e 100644 --- a/alt/alt-tests.ts +++ b/alt/alt-tests.ts @@ -41,8 +41,8 @@ class AbstractStoreModel implements AltJS.StoreModel { class GenerateActionsClass extends AbstractActions { constructor(config:AltJS.Alt) { - this.generateActions("notifyTest"); super(config); + this.generateActions("notifyTest"); } }