2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Tweak wording some more

This commit is contained in:
Wes Cossick 2016-01-22 13:59:40 -06:00
parent 1e51e98649
commit cc4cd7acdd

View File

@ -164,7 +164,7 @@ var simplemde = new SimpleMDE({
onUpdate: function(el) { onUpdate: function(el) {
el.innerHTML = ++this.keystrokes + " Keystrokes"; el.innerHTML = ++this.keystrokes + " Keystrokes";
} }
}], // Another optional usage, with a custom status item that counts keystrokes }], // Another optional usage, with a custom status bar item that counts keystrokes
tabSize: 4, tabSize: 4,
toolbar: false, toolbar: false,
toolbarTips: false, toolbarTips: false,