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;", "var b = 2;",
"", "",
"// Only change code below this line", "// Only change code below this line",
" " ""
], ],
"tail": [ "tail": [
"(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);" "(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"