diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-09 21:56:06 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-09 21:56:06 +0100 |
commit | 5e85cd8b8fa25ed3fbfc260b48bcad098978407a (patch) | |
tree | 3c875261e2c3fa2176911caefc4dcf225a04df74 /extension/background/main.ts | |
parent | 42a0076f5951d303635b2e544aa66112cdb9abfe (diff) |
new reserve creation protocol
Diffstat (limited to 'extension/background/main.ts')
-rw-r--r-- | extension/background/main.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/background/main.ts b/extension/background/main.ts index 88b56fd4b..7d607aa49 100644 --- a/extension/background/main.ts +++ b/extension/background/main.ts @@ -14,7 +14,9 @@ TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ -// Entry point for the background page. +/** + * Entry point for the background page. + */ "use strict"; |