mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-30 06:31:01 -06:00
Recompile and prettify
This commit is contained in:
parent
eb1a43e91c
commit
d74bf5def3
2
dist/simplemde.min.css
vendored
2
dist/simplemde.min.css
vendored
File diff suppressed because one or more lines are too long
14
dist/simplemde.min.js
vendored
14
dist/simplemde.min.js
vendored
File diff suppressed because one or more lines are too long
@ -720,8 +720,7 @@ function SimpleMDE(options) {
|
|||||||
|
|
||||||
if(options.element) {
|
if(options.element) {
|
||||||
this.element = options.element;
|
this.element = options.element;
|
||||||
}
|
} else if(options.element === null) {
|
||||||
else if(options.element === null) {
|
|
||||||
// This means that the element option was specified, but no element was found
|
// This means that the element option was specified, but no element was found
|
||||||
console.log("SimpleMDE: Error. No element was found.");
|
console.log("SimpleMDE: Error. No element was found.");
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user