Fixes #5688 random space in challengeSeed of Storing Values with Equal Operator

In the challengeSeed of Storing Values with the Equal Operator, there was a random space input after the line "// Only change code below this line"
This commit is contained in:
Brandon Eichler
2015-12-31 23:40:38 -06:00
parent b688e557ae
commit 81ea44473a

View File

@ -117,7 +117,7 @@
"var b = 2;",
"",
"// Only change code below this line",
" "
""
],
"tail": [
"(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"