Remove JSON.stringify() call in Escape Sequences tail

This commit is contained in:
BKinahan
2016-08-14 14:28:50 +00:00
parent 8a524ff375
commit c688d12e77

View File

@ -1180,8 +1180,7 @@
"tail": [ "tail": [
"(function(){", "(function(){",
"if (myStr !== undefined){", "if (myStr !== undefined){",
"return 'myStr = '+ JSON.stringify(myStr);}", "console.log('myStr: '+ myStr);}})();"
"else{return null;}})();"
], ],
"solutions": [ "solutions": [
"var myStr = \"FirstLine\\n\\\\SecondLine\\\\\\rThirdLine\";" "var myStr = \"FirstLine\\n\\\\SecondLine\\\\\\rThirdLine\";"