2
0
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:
kolaente 2020-03-14 22:26:42 +01:00
parent a12ba4790a
commit 9a20111767
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -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++) {