commit 4f934925e017082606f2786e0bbf0d48281928d9
parent b3f0b76f7f6a8836a20c908b3a22a34c3a13c9b9
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 11 Jan 2016 02:48:19 +0100
Do not call main from the WX library.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/extension/lib/wallet/wxmessaging.ts b/extension/lib/wallet/wxmessaging.ts
@@ -22,6 +22,7 @@ import {deleteDb} from "./db";
import {openTalerDb} from "./db";
import {BrowserHttpLib} from "./http";
import {Badge} from "./wallet";
+
/**
* Messaging for the WebExtensions wallet. Should contain
* parts that are specific for WebExtensions, but as little business
@@ -132,5 +133,3 @@ export function wxMain() {
});
});
}
-
-wxMain();
-\ No newline at end of file