diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-02-10 02:03:31 +0100 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-02-10 02:03:31 +0100 |
| commit | a04a9d0424564d942872ba1137eac413a169f0f2 (patch) | |
| tree | e1209f853cf8b75b7b1fc371b926a30aa999d47d /extension/content_scripts/notify.ts | |
| parent | 14f636d6708edfcd883421ad76c6da1ce6dd27b9 (diff) | |
refactoring / cosmetic changes
Diffstat (limited to 'extension/content_scripts/notify.ts')
| -rw-r--r-- | extension/content_scripts/notify.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/content_scripts/notify.ts b/extension/content_scripts/notify.ts index c2dd5ab64..47f57b6a0 100644 --- a/extension/content_scripts/notify.ts +++ b/extension/content_scripts/notify.ts @@ -16,14 +16,14 @@ /// <reference path="../lib/decl/chrome/chrome.d.ts" /> +"use strict"; + + /** * Script that is injected into (all!) pages to allow them * to interact with the GNU Taler wallet via DOM Events. */ - -"use strict"; - // Make sure we don't pollute the namespace too much. namespace TalerNotify { const PROTOCOL_VERSION = 1; |
