Merge d9d0cd50d52c847ce06335ecc045f99c27c4e9a1 into 6eae597a693d167a3d02c9020da779b1bece1671

This commit is contained in:
Ben Bemis 2016-04-22 23:40:07 +00:00
commit fb92ac87cd

View File

@ -225,7 +225,7 @@ var simplemde = new SimpleMDE({
},
{
name: "custom",
action: customFunction(editor){
action: function customFunction(editor){
// Add your own code
},
className: "fa fa-star",