diff --git a/extension/background/wallet.js b/extension/background/wallet.js index 66281aaf0..e97e34028 100644 --- a/extension/background/wallet.js +++ b/extension/background/wallet.js @@ -13,6 +13,8 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see */ +/// +/// 'use strict'; /** * See http://api.taler.net/wallet.html#general diff --git a/extension/background/wallet.ts b/extension/background/wallet.ts index bc0a1a0f0..4ca4eb802 100644 --- a/extension/background/wallet.ts +++ b/extension/background/wallet.ts @@ -16,8 +16,6 @@ /// /// -import URIStatic = uri.URIStatic; -import Request = chrome.devtools.network.Request; 'use strict';