From 3cecfe6f27eb423ffbb04ae402ee8e02ca241a5a Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 16 Dec 2019 12:29:16 +0000 Subject: [PATCH] Add urlutils to tri object for Lexi --- src/content.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content.ts b/src/content.ts index 4d0dc1fd..95f4b9a3 100644 --- a/src/content.ts +++ b/src/content.ts @@ -139,6 +139,7 @@ import * as native from "@src/lib/native" import * as styling from "@src/content/styling" import { EditorCmds as editor } from "@src/content/editor" import * as updates from "@src/lib/updates" +import * as urlutils from "@src/lib/url_util" /* tslint:disable:import-spacing */ ; (window as any).tri = Object.assign(Object.create(null), { browserBg: webext.browserBg, @@ -163,6 +164,7 @@ import * as updates from "@src/lib/updates" contentLocation: window.location, perf, updates, + urlutils, }) logger.info("Loaded commandline content?", commandline_content)