Merge pull request #1113 from KadoBOT/patch-1

Remove commented code
pull/1114/head^2
Alexandru Dima 2018-10-17 11:29:09 +02:00 committed by GitHub
commit bb79ae01c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -84,14 +84,6 @@ function readSamples(sampleSelect) {
var languageId = 'monarch-language-' + id; var languageId = 'monarch-language-' + id;
// monaco.languages.register({ id: languageId });
// var langModel = monaco.editor.createModel(getTextFromId(id), 'javascript');
// var update = function() {
// console.log()
// };
// langModel.onDidChangeContent(update);
var sampleText = getTextFromId(id + "-sample"); var sampleText = getTextFromId(id + "-sample");
samples[id] = { samples[id] = {