mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 17:44: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;
|
el.innerHTML = options.icon;
|
||||||
} else {
|
} else {
|
||||||
// Provide backwards compatibility with simple-markdown-editor by adding custom classes to the button.
|
// Provide backwards compatibility with simple-markdown-editor by adding custom classes to the button.
|
||||||
|
|
||||||
var classNameParts = options.className.split(' ');
|
var classNameParts = options.className.split(' ');
|
||||||
var iconClasses = [];
|
var iconClasses = [];
|
||||||
for (var classNameIndex = 0; classNameIndex < classNameParts.length; classNameIndex++) {
|
for (var classNameIndex = 0; classNameIndex < classNameParts.length; classNameIndex++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user