Fix code style
This commit is contained in:
parent
61dc6dbc15
commit
961d3fab1c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ export function finishView (view) {
|
|||
var $value = $(value)
|
||||
var $ele = $(value).parent().parent()
|
||||
|
||||
ABCJS.renderAbc(value, $value.text())
|
||||
window.ABCJS.renderAbc(value, $value.text())
|
||||
|
||||
$ele.addClass('abc')
|
||||
$value.children().unwrap().unwrap()
|
||||
|
|
Loading…
Reference in a new issue