Merge pull request #5692 from ShaggyTech/fix/storing-values-random-space

Fixes #5688 random space in challengeSeed of Storing Values
This commit is contained in:
Rex Schrader
2015-12-31 21:51:46 -08:00

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);"