Skip to content

Commit b6b1f7c

Browse files
committed
Merge pull request sparksuite#304 from bbemis017/readmeError
Readme error
2 parents 0ce450a + d9d0cd5 commit b6b1f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var simplemde = new SimpleMDE({
227227
},
228228
{
229229
name: "custom",
230-
action: customFunction(editor){
230+
action: function customFunction(editor){
231231
// Add your own code
232232
},
233233
className: "fa fa-star",

0 commit comments

Comments
 (0)