Fix code style

This commit is contained in:
Wu Cheng-Han 2017-03-26 20:45:23 +08:00
parent 61dc6dbc15
commit 961d3fab1c
1 changed files with 1 additions and 1 deletions

View File

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