Fixed typos and other improvements per code review

This commit is contained in:
placatus 2019-03-01 00:01:35 +02:00
parent 292108c5ee
commit 6c73d7f708
4 changed files with 22 additions and 14 deletions

View file

@ -134,7 +134,7 @@ export class DiagnostcsAdapter extends Adapter {
}
}
});
let redoDiagosticsCallback = () => {
const redoDiagosticsCallback = () => {
// redo diagnostics when options change
for (const model of monaco.editor.getModels()) {
onModelRemoved(model);