allow promptTexts to be translated via options

patch-ionaru
Konrad Mohrfeldt 7 years ago
parent 6abda7ab68
commit 125200fb35

@ -1354,7 +1354,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

Loading…
Cancel
Save