diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-01 15:10:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-01 15:10:20 +0100 |
commit | 42a0076f5951d303635b2e544aa66112cdb9abfe (patch) | |
tree | 432874ec0e7dbe6c831992f70a468bc1b6719901 /extension/lib/wallet/query.ts | |
parent | b150470eb60017b4ccdf56351428f9452a207fc8 (diff) |
new fulfillment protocol
Diffstat (limited to 'extension/lib/wallet/query.ts')
-rw-r--r-- | extension/lib/wallet/query.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/lib/wallet/query.ts b/extension/lib/wallet/query.ts index 375816193..82053138f 100644 --- a/extension/lib/wallet/query.ts +++ b/extension/lib/wallet/query.ts @@ -14,8 +14,6 @@ TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ -/// <reference path="../decl/urijs/URIjs.d.ts" /> - /** * Database query abstractions. |