aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
commitfc6db1824e6974898f177ffb0ffd2eb138a653ce (patch)
tree2ae26f5b9b6910e93b1771c89f7fe543a278c10f /popup
parent885285734733b71c88dfb0da513988eb8678aa14 (diff)
downloadwallet-core-fc6db1824e6974898f177ffb0ffd2eb138a653ce.tar.xz
move to ES6, clean up views
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.tsx2
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();