diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:46:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:56:41 +0100 |
commit | 1cca800254bca4b34e911f252223ef0456dd95d7 (patch) | |
tree | 23e55fdbb0d07146b7425a4a25664fdc17bce76f /pages/show-db.ts | |
parent | 5c600904f5d30773f5700f1df934d5235558b2eb (diff) |
add author
Diffstat (limited to 'pages/show-db.ts')
-rw-r--r-- | pages/show-db.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/show-db.ts b/pages/show-db.ts index 1c414dde7..c99d2f2b3 100644 --- a/pages/show-db.ts +++ b/pages/show-db.ts @@ -15,6 +15,12 @@ */ +/** + * Wallet database dump for debugging. + * + * @author Florian Dold + */ + function replacer(match, pIndent, pKey, pVal, pEnd) { var key = '<span class=json-key>'; var val = '<span class=json-value>'; |