From 3c27350a1242d9f7fd80a94ec921f15f0703683f Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 5 May 2019 21:36:11 -0400 Subject: [PATCH] fix: linting editor-markdown --- client/components/editor/editor-markdown.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/editor/editor-markdown.vue b/client/components/editor/editor-markdown.vue index 822f0d2c..7670eed8 100644 --- a/client/components/editor/editor-markdown.vue +++ b/client/components/editor/editor-markdown.vue @@ -284,7 +284,6 @@ export default { this.activeModal = (this.activeModal === key) ? '' : key }, onCmReady(cm) { - let self = this const keyBindings = { 'F11' (cm) { cm.setOption('fullScreen', !cm.getOption('fullScreen'))