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
This commit is contained in:
ahstro 2015-09-07 22:54:32 +02:00
parent fbe578022f
commit decaaead20

View File

@ -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();})();"
],