Merge branch 'courseware' into challenge-restructure

This commit is contained in:
Quincy Larson
2015-05-18 23:33:03 -07:00
12 changed files with 3561 additions and 2705 deletions

View File

@@ -107,11 +107,11 @@ var tests = tests || [];
var allSeeds = '';
(function() {
challengeSeed.forEach(function(elem) {
allSeeds += elem + '\n';
allSeeds += elem.replace(/fccss/g, '<script>').replace(/fcces/g,'</script>') + '\n';
});
editor.setValue(allSeeds);
})();
editor.setValue(allSeeds);
function doLinting () {
editor.operation(function () {