fix workers on ace.ajax.org
This commit is contained in:
parent
9472d497a3
commit
0a88689f1b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ var editor;
|
|||
var embedded_editor;
|
||||
$(function() {
|
||||
hljs.initHighlighting();
|
||||
ace.config.set("workerPath", "build/src-min");
|
||||
editor = ace.edit("ace_editor_demo");
|
||||
embedded_editor = ace.edit("embedded_ace_code");
|
||||
editor.getSession().setMode("ace/mode/javascript");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue