Merge pull request #332 from ErikMichelson/fix/eslint

Fixed eslint error introduced by 2d3ea1f
This commit is contained in:
Sheogorath 2020-04-24 03:24:09 +02:00 committed by GitHub
commit 7f9c79323b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 () {