This PR will close #46 (super small edit to make that comment)

pull/101/head
Jeroen Akkerman 5 years ago
parent 11963829fc
commit 65af615c9b

@ -2232,11 +2232,10 @@ EasyMDE.prototype.createStatusbar = function (status) {
var options = this.options;
var cm = this.codemirror;
// Make sure the status variable is valid
if (!status || status.length === 0)
if (!status || status.length === 0) {
return;
}
// Set up the built-in items
var items = [];

Loading…
Cancel
Save