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:
parent
fbe578022f
commit
decaaead20
@ -986,9 +986,10 @@
|
|||||||
" // Only change code below this line.",
|
" // 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.",
|
"// We use this function to show you the value of your variable in your output box.",
|
||||||
"(function(){return myFunction();})();"
|
"(function(){return myFunction();})();"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user