mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-25 02:44:29 -06:00
This PR will close #46 (super small edit to make that comment)
This commit is contained in:
parent
11963829fc
commit
65af615c9b
@ -2232,11 +2232,10 @@ EasyMDE.prototype.createStatusbar = function (status) {
|
|||||||
var options = this.options;
|
var options = this.options;
|
||||||
var cm = this.codemirror;
|
var cm = this.codemirror;
|
||||||
|
|
||||||
|
|
||||||
// Make sure the status variable is valid
|
// Make sure the status variable is valid
|
||||||
if (!status || status.length === 0)
|
if (!status || status.length === 0) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Set up the built-in items
|
// Set up the built-in items
|
||||||
var items = [];
|
var items = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user