Skip to content

Commit 7187fb2

Browse files
author
Jason Butz
committed
Adjust whitespace characters
1 parent f21cca3 commit 7187fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/simplemde.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ SimpleMDE.prototype.createToolbar = function(items) {
16971697
if(item.action) {
16981698
if(typeof item.action === "function") {
16991699
el.onclick = function(e) {
1700-
e.preventDefault();
1700+
e.preventDefault();
17011701
item.action(self);
17021702
};
17031703
} else if(typeof item.action === "string") {

0 commit comments

Comments
 (0)