Merge pull request #3153 from ahstro/ahstro-3152

Move brace out of user-edit scope
pull/2970/merge
Arsen Melikyan 2015-09-08 23:25:25 +04:00
commit 83c1b5c8aa
1 changed files with 2 additions and 1 deletions

View File

@ -1000,9 +1000,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.",
"var result = myFunction();if(typeof(flip) !== \"undefined\" && typeof(flip) === \"number\" && typeof(result) !== \"undefined\" && typeof(result) === \"string\"){(function(y,z){return 'flip = ' + y.toString() + ', text = ' + z;})(flip, result);}"
],