aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wxApi.ts
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
committertg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
commit51d6f9fd94d05741e733b01be915afeb5572f355 (patch)
tree024ef8cab1db8543574c6be33edf9dc2da0ef6ac /lib/wallet/wxApi.ts
parentcd331e1855fd4c7033e43622ec0a963fefe37bdb (diff)
parent13a8f36cad4d5d2ffec788ff6b4d5b61ed4ddff9 (diff)
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'lib/wallet/wxApi.ts')
-rw-r--r--lib/wallet/wxApi.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wallet/wxApi.ts b/lib/wallet/wxApi.ts
index 9871b6e7f..2b69ff82e 100644
--- a/lib/wallet/wxApi.ts
+++ b/lib/wallet/wxApi.ts
@@ -19,6 +19,7 @@ import {ReserveCreationInfo} from "./types";
/**
* Interface to the wallet through WebExtension messaging.
+ * @author Florian Dold
*/
@@ -37,4 +38,4 @@ export function getReserveCreationInfo(baseUrl: string,
resolve(resp);
});
});
-} \ No newline at end of file
+}