From 634f74631bab497bf236c336c107e219471fb246 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 27 Sep 2018 08:27:33 -0400 Subject: [PATCH] there is no this. --- jslib | 2 +- src/content/shortcuts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 85587e0672..d1847690f2 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 85587e06728aabd118f3cb6b06110be92202049b +Subproject commit d1847690f260cf06ace8ed98b7308edabc3b62c0 diff --git a/src/content/shortcuts.ts b/src/content/shortcuts.ts index 20d210b248..631ee80495 100644 --- a/src/content/shortcuts.ts +++ b/src/content/shortcuts.ts @@ -23,7 +23,7 @@ document.addEventListener('DOMContentLoaded', (event) => { Mousetrap.bind('mod+shift+y', () => { sendMessage('open_popup'); }); - } else if (!this.isEdge) { + } else if (!isEdge) { Mousetrap.bind('mod+shift+9', () => { sendMessage('generate_password'); });