From decaaead20315d115426d23a61b7d58858acb61d Mon Sep 17 00:00:00 2001 From: ahstro Date: Mon, 7 Sep 2015 22:54:32 +0200 Subject: [PATCH] Move brace out of user-edit scope Move the closing brace of a function down below the `// Only change code above this line`-comment in `Use Conditional Logic with IfElse Statements` Fix #3152 --- challenges/basic-javascript.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index da1c55830e..9ff2402564 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -986,9 +986,10 @@ " // Only change code below this line.", "", "", + "", + " // Only change code above this line.", "}", "", - "// Only change code above this line.", "// We use this function to show you the value of your variable in your output box.", "(function(){return myFunction();})();" ],