From fc6db1824e6974898f177ffb0ffd2eb138a653ce Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 14 Sep 2016 15:20:18 +0200 Subject: move to ES6, clean up views --- popup/popup.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'popup/popup.tsx') diff --git a/popup/popup.tsx b/popup/popup.tsx index 8a604b457..fa222125f 100644 --- a/popup/popup.tsx +++ b/popup/popup.tsx @@ -91,6 +91,8 @@ function openInExtension(element: HTMLAnchorElement, isInitialized: boolean) { }); } + + namespace WalletBalance { export function controller() { return new Controller(); -- cgit v1.2.3