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