Fixed small type in default toolbar definition of "image"

This commit is contained in:
Jannik Zschiesche 2015-08-25 22:55:08 +02:00
parent 50bb35d057
commit a694b56f67
2 changed files with 8 additions and 10 deletions

16
dist/simplemde.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -417,7 +417,7 @@ var toolbar = [{
className: "fa fa-link", className: "fa fa-link",
title: "Create Link (Ctrl+K)", title: "Create Link (Ctrl+K)",
}, { }, {
name: "quote", name: "image",
action: drawImage, action: drawImage,
className: "fa fa-picture-o", className: "fa fa-picture-o",
title: "Insert Image (Ctrl+Alt+I)", title: "Insert Image (Ctrl+Alt+I)",