Skip to content

Commit

Permalink
Fix comment content
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Dec 16, 2019
1 parent 3947765 commit a943d3d
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -800,7 +800,7 @@ const generateTestSamplesTask = function() {
'',
js,
'',
'/*----------------------------------------SAMPLE CSS END*/',
'/*----------------------------------------SAMPLE JS END*/',
'});',
'</script>',
'</body>',
Expand Down Expand Up @@ -856,4 +856,4 @@ gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
gulp.task('ciserver', taskSeries(generateTestSamplesTask, function () {
const SERVER_ROOT = path.normalize(path.join(__dirname, './'));
createSimpleServer(SERVER_ROOT, 8080);
}));
}));
Expand Up @@ -46,7 +46,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -52,7 +52,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -49,7 +49,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -57,7 +57,7 @@
}, 2000);


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -57,7 +57,7 @@
}, 2000);


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -53,7 +53,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -48,7 +48,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -77,7 +77,7 @@
monaco.editor.colorizeElement(document.getElementById('code'));


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -185,7 +185,7 @@
*/


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -78,7 +78,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -69,7 +69,7 @@
}


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -70,7 +70,7 @@
}
});

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -100,7 +100,7 @@

})

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -100,7 +100,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -78,7 +78,7 @@
language: "javascript"
});

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -81,7 +81,7 @@
model: model
});

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -154,7 +154,7 @@
}


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -112,7 +112,7 @@
}
});

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -86,7 +86,7 @@
}


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -517,7 +517,7 @@
language: "json"
});

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -70,7 +70,7 @@
// you can use myCondition2.reset() to go back to the default
}, 2000);

/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -88,7 +88,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -64,7 +64,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -71,7 +71,7 @@
]);


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -49,7 +49,7 @@
// When cleaning up remember to call myBinding.dispose()


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -159,7 +159,7 @@
});


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -74,7 +74,7 @@
// You can now use `decorations` to change or remove the decoration


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down
Expand Up @@ -78,7 +78,7 @@
// - editor.revealRangeInCenterIfOutsideViewport


/*----------------------------------------SAMPLE CSS END*/
/*----------------------------------------SAMPLE JS END*/
});
</script>
</body>
Expand Down

0 comments on commit a943d3d

Please sign in to comment.