2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 15:44:28 -06:00

Merge pull request #520 from stadtgestalten/translatable-prompt-texts

allow promptTexts to be translated via options
This commit is contained in:
Wes Cossick 2017-04-25 11:18:57 -05:00 committed by GitHub
commit 93e876562f

View File

@ -1389,7 +1389,7 @@ function SimpleMDE(options) {
// Merging the promptTexts, with the given options
options.promptTexts = promptTexts;
options.promptTexts = extend({}, promptTexts, options.promptTexts || {});
// Merging the blockStyles, with the given options