aboutsummaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/background/wallet.js2
-rw-r--r--extension/background/wallet.ts2
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 <http://www.gnu.org/licenses/>
*/
+/// <reference path="../decl/urijs/URIjs.d.ts" />
+/// <reference path="../decl/chrome/chrome.d.ts" />
'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 @@
/// <reference path="../decl/urijs/URIjs.d.ts" />
/// <reference path="../decl/chrome/chrome.d.ts" />
-import URIStatic = uri.URIStatic;
-import Request = chrome.devtools.network.Request;
'use strict';