mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 09:34:27 -06:00
Remove unused empty line
This commit is contained in:
parent
a12ba4790a
commit
9a20111767
@ -172,7 +172,6 @@ function createToolbarButton(options, enableActions, enableTooltips, shortcuts,
|
||||
el.innerHTML = options.icon;
|
||||
} else {
|
||||
// Provide backwards compatibility with simple-markdown-editor by adding custom classes to the button.
|
||||
|
||||
var classNameParts = options.className.split(' ');
|
||||
var iconClasses = [];
|
||||
for (var classNameIndex = 0; classNameIndex < classNameParts.length; classNameIndex++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user