mirror of https://github.com/status-im/codimd.git
Fix code style
This commit is contained in:
parent
61dc6dbc15
commit
961d3fab1c
|
@ -393,7 +393,7 @@ export function finishView (view) {
|
||||||
var $value = $(value)
|
var $value = $(value)
|
||||||
var $ele = $(value).parent().parent()
|
var $ele = $(value).parent().parent()
|
||||||
|
|
||||||
ABCJS.renderAbc(value, $value.text())
|
window.ABCJS.renderAbc(value, $value.text())
|
||||||
|
|
||||||
$ele.addClass('abc')
|
$ele.addClass('abc')
|
||||||
$value.children().unwrap().unwrap()
|
$value.children().unwrap().unwrap()
|
||||||
|
|
Loading…
Reference in New Issue