[fix] severities
This commit is contained in:
parent
99a77cd5bf
commit
2d99af9389
5 changed files with 38 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ var editor = ace.edit("editor", {
|
|||
useWorker: false // Disable web worker for this simple demo
|
||||
});
|
||||
|
||||
//ace.require('ace/ext/settings_menu');
|
||||
ace.require('ace/ext/settings_menu');
|
||||
editor.setTheme("ace/theme/github");
|
||||
//editor.session.setMode("ace/mode/html");
|
||||
editor.commands.addCommands([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue