mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-18 23:44:29 -06:00
Remove spell-checker. Module 'spell-checker' must support CommonJS
This commit is contained in:
parent
df1e551c0f
commit
01306ad105
@ -8,7 +8,7 @@ require("codemirror/mode/markdown/markdown.js");
|
||||
require("codemirror/addon/mode/overlay.js");
|
||||
require("codemirror/mode/xml/xml.js");
|
||||
require("marked");
|
||||
require("codemirror-spell-checker/src/js/spell-checker.js");
|
||||
//require("codemirror-spell-checker/src/js/spell-checker.js"); //todo module must support CommonJS
|
||||
require("codemirror-spell-checker/src/js/typo.js");
|
||||
|
||||
var isMac = /Mac/.test(navigator.platform);
|
||||
|
Loading…
x
Reference in New Issue
Block a user