2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

Added newline back to end of file (IDE mistake)

This commit is contained in:
Jeroen Akkerman 2017-12-04 11:43:05 +01:00
parent 7b147b3148
commit e45dcec53f

View File

@ -2102,4 +2102,4 @@ SimpleMDE.prototype.toTextArea = function() {
} }
}; };
module.exports = SimpleMDE; module.exports = SimpleMDE;