diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-10 02:03:31 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-10 02:03:31 +0100 |
commit | a04a9d0424564d942872ba1137eac413a169f0f2 (patch) | |
tree | e1209f853cf8b75b7b1fc371b926a30aa999d47d /extension/popup | |
parent | 14f636d6708edfcd883421ad76c6da1ce6dd27b9 (diff) |
refactoring / cosmetic changes
Diffstat (limited to 'extension/popup')
-rw-r--r-- | extension/popup/popup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/popup/popup.tsx b/extension/popup/popup.tsx index a9579f18c..ebd77dd2e 100644 --- a/extension/popup/popup.tsx +++ b/extension/popup/popup.tsx @@ -15,7 +15,7 @@ */ -/// <reference path="../lib/mithril.d.ts" /> +/// <reference path="../lib/decl/mithril.d.ts" /> /// <reference path="../lib/decl/lodash.d.ts" /> "use strict"; |