fix: linting editor-markdown

This commit is contained in:
Nick 2019-05-05 21:36:11 -04:00
parent 9f92aa4050
commit 3c27350a12

View File

@ -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'))