Undo setting docs to plain in editor.html
This commit is contained in:
parent
700a647148
commit
a0a0541daa
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ exports.launch = function(env) {
|
|||
docEl.onchange = onDocChange;
|
||||
|
||||
function getDoc() {
|
||||
return docs.plain//docs[docEl.value];
|
||||
return docs[docEl.value];
|
||||
}
|
||||
|
||||
var modeEl = document.getElementById("mode");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue