2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-18 15:34:28 -06:00

Remove spell-checker. Module 'spell-checker' must support CommonJS

This commit is contained in:
PhantomX 2015-10-08 11:31:05 +03:00
parent df1e551c0f
commit 01306ad105

View File

@ -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);