mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
Update easymde
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com>
This commit is contained in:
parent
bb07b90c3d
commit
31d1f366b0
@ -1633,8 +1633,10 @@ function EasyMDE(options) {
|
||||
options.statusTexts = extend({}, statusTexts, options.statusTexts || {});
|
||||
|
||||
|
||||
// Merging the Autosave timeFormat, with the given options
|
||||
options.autosave.timeFormat = extend({}, timeFormat, options.autosave.timeFormat || {});
|
||||
if (options.autosave != undefined) {
|
||||
// Merging the Autosave timeFormat, with the given options
|
||||
options.autosave.timeFormat = extend({}, timeFormat, options.autosave.timeFormat || {});
|
||||
}
|
||||
|
||||
|
||||
// Merging the blockStyles, with the given options
|
||||
|
Loading…
x
Reference in New Issue
Block a user