Commit 6ac0ab70 authored by NGPixel's avatar NGPixel

style: removed extra semicolon

parent d744eb4d
......@@ -50,7 +50,7 @@ module.exports = (mde, mdeModalOpenState) => {
},
methods: {
open: (ev) => {
mdeModalOpenState = true;
mdeModalOpenState = true
$('#modal-editor-codeblock').addClass('is-active')
_.delay(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment