mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:19:58 +02:00
Refactor: Rename ZenKeyboardShortcutsManager to gZenKeyboardShortcutsManager
This commit is contained in:
parent
76d22a1f15
commit
0590f35751
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ class ZenKeyboardShortcutsVersioner {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var ZenKeyboardShortcutsManager = {
|
var gZenKeyboardShortcutsManager = {
|
||||||
loader: new ZenKeyboardShortcutsLoader(),
|
loader: new ZenKeyboardShortcutsLoader(),
|
||||||
async init() {
|
async init() {
|
||||||
if (window.location.href == 'chrome://browser/content/browser.xhtml') {
|
if (window.location.href == 'chrome://browser/content/browser.xhtml') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue