From d45a68a1230daa3b8d05b9a8e378181277313a97 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 13 Dec 2018 12:57:49 +0100 Subject: [PATCH] Minor: Fix spelling in comment --- app/assets/javascripts/editor/evaluation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/editor/evaluation.js b/app/assets/javascripts/editor/evaluation.js index 74a77ce3..6c90abd7 100644 --- a/app/assets/javascripts/editor/evaluation.js +++ b/app/assets/javascripts/editor/evaluation.js @@ -28,7 +28,7 @@ CodeOceanEditorEvaluation = { $('#results').show(); var card = $('#dummies').children().first().clone(); 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); $('#results ul').first().append(card); }