From c48f2d39f0f62ea8f862ba08234b8a5376a11a2e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 5 Jan 2016 01:15:42 +0100 Subject: [PATCH] Remove bad IDE imports --- extension/background/wallet.js | 2 ++ extension/background/wallet.ts | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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';