diff options
author | Ajay Ramachandran <[email protected]> | 2020-03-11 19:36:41 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-03-11 19:36:41 -0400 |
commit | 1df123de6df60fbf422a275628f52d70548ca26a (patch) | |
tree | 00a6d77c60849a916906874f6ba95495c852bb9d /src/background.ts | |
parent | 3063591a4c147212b128001aae62eaf6e2ee224d (diff) | |
parent | 457bd15e1740b227b442f69d2cac9c78abf21b97 (diff) | |
download | SponsorBlock-1df123de6df60fbf422a275628f52d70548ca26a.tar.gz SponsorBlock-1df123de6df60fbf422a275628f52d70548ca26a.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into react
# Conflicts:
# public/_locales/en/messages.json
# src/js-components/skipNotice.ts
Diffstat (limited to 'src/background.ts')
-rw-r--r-- | src/background.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/background.ts b/src/background.ts index 9fedf5fc..c3a08f43 100644 --- a/src/background.ts +++ b/src/background.ts @@ -1,5 +1,8 @@ import * as Types from "./types"; + import Config from "./config"; +// Make the config public for debugging purposes +(<any> window).SB = Config; import Utils from "./utils"; var utils = new Utils({ |