Adopt latest editor in samples

This commit is contained in:
Alex Dima 2017-07-03 14:15:09 +02:00
parent 6328b62e22
commit 6ce435ec23
17 changed files with 2859 additions and 2643 deletions

View file

@ -262,7 +262,10 @@ function load() {
data.html.model = monaco.editor.createModel('html', 'html');
editor = monaco.editor.create(editorContainer, {
model: data.js.model
model: data.js.model,
minimap: {
enabled: false
}
});
var currentToken = 0;