Fixed require path in settings menu demo
This commit is contained in:
parent
ce9adfe4ee
commit
5d5f509bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<script src="../build/src-noconflict/ace.js"></script>
|
||||
<script>
|
||||
var editor = ace.edit("editor");
|
||||
ace.require('ace/ext/show_settings_menu').init(editor);
|
||||
ace.require('ace/ext/settings_menu').init(editor);
|
||||
editor.setTheme("ace/theme/twilight");
|
||||
editor.session.setMode("ace/mode/html");
|
||||
editor.commands.addCommands([{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue