mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add urlutils to tri object for Lexi
This commit is contained in:
parent
3bf8b83aca
commit
3cecfe6f27
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue