mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
Remove unnecessary comma
This commit is contained in:
@@ -53,7 +53,7 @@ export function renderEquation( equation, element, engine = 'katex', display = f
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
} else if ( typeof engine === 'function' ) {
|
} else if ( typeof engine === 'function' ) {
|
||||||
engine( equation, element, display, );
|
engine( equation, element, display );
|
||||||
} else {
|
} else {
|
||||||
element.innerHTML = equation;
|
element.innerHTML = equation;
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
|
|||||||
Reference in New Issue
Block a user