Remove unused empty line

pull/168/head
kolaente 4 years ago
parent a12ba4790a
commit 9a20111767
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

@ -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…
Cancel
Save