Minor: Fix spelling in comment
This commit is contained in:
@ -28,7 +28,7 @@ CodeOceanEditorEvaluation = {
|
|||||||
$('#results').show();
|
$('#results').show();
|
||||||
var card = $('#dummies').children().first().clone();
|
var card = $('#dummies').children().first().clone();
|
||||||
if (card.isPresent()) {
|
if (card.isPresent()) {
|
||||||
// the card won't be present if @embed_options[::hide_test_results] == true
|
// the card won't be present if @embed_options[:hide_test_results] == true
|
||||||
this.populateCard(card, result, index);
|
this.populateCard(card, result, index);
|
||||||
$('#results ul').first().append(card);
|
$('#results ul').first().append(card);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user