diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-14 15:20:18 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-14 15:20:18 +0200 |
commit | fc6db1824e6974898f177ffb0ffd2eb138a653ce (patch) | |
tree | 2ae26f5b9b6910e93b1771c89f7fe543a278c10f /popup/popup.tsx | |
parent | 885285734733b71c88dfb0da513988eb8678aa14 (diff) |
move to ES6, clean up views
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r-- | popup/popup.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |