diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-24 02:29:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-24 02:29:13 +0100 |
commit | b8627813be56e04c18baf38885f3a3dc0fb7496c (patch) | |
tree | e2db304d381cc343021a8af8c94b58e3554fbcc5 /extension/lib/refs.ts | |
parent | 1a0a302ad9bfd49ff452bf874e04b7623e23cb5f (diff) |
Replace handlebars with mithril, hooks for i18n.
The wallet is now a single page application.
Diffstat (limited to 'extension/lib/refs.ts')
-rw-r--r-- | extension/lib/refs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/lib/refs.ts b/extension/lib/refs.ts index 2da073d38..a9c2c5eb8 100644 --- a/extension/lib/refs.ts +++ b/extension/lib/refs.ts @@ -3,4 +3,4 @@ /// <reference path="decl/lib.es6.d.ts" /> /// <reference path="decl/urijs/URIjs.d.ts" /> -/// <reference path="decl/systemjs/systemjs.d.ts" />
\ No newline at end of file +/// <reference path="decl/systemjs/systemjs.d.ts" /> |