ace: fix loading text snippets error

This commit is contained in:
Alexander Zobnin
2017-08-10 11:23:32 +03:00
parent 149e694ce6
commit 6b5400bdb6

View File

@@ -55,6 +55,8 @@ function setModuleUrl(moduleType, name) {
}
setModuleUrl("ext", "language_tools");
setModuleUrl("mode", "text");
setModuleUrl("snippets", "text");
let editorTemplate = `<div></div>`;