From 76f07efcbc75df3a384314f41db427304c226e3a Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Fri, 24 Apr 2020 03:15:19 +0200 Subject: [PATCH] Fixed eslint error introduced by 2d3ea1f Signed-off-by: Erik Michelson --- public/js/lib/editor/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/lib/editor/index.js b/public/js/lib/editor/index.js index cfe9133a6..3cbdd8e9e 100644 --- a/public/js/lib/editor/index.js +++ b/public/js/lib/editor/index.js @@ -269,7 +269,6 @@ export default class Editor { makeDiagramAbcMusic.click(() => { utils.insertText(this.editor, '```abc\nX:1\nT:Speed the Plough\nM:4/4\nC:Trad.\nK:G\n|:GABc dedB|dedB dedB|c2ec B2dB|c2A2 A2BA|\nGABc dedB|dedB dedB|c2ec B2dB|A2F2 G4:|\n|:g2gf gdBd|g2f2 e2d2|c2ec B2dB|c2A2 A2df|\ng2gf g2Bd|g2f2 e2d2|c2ec B2dB|A2F2 G4:|\n```\n') }) - } addStatusBar () {