Forgot to remove assignments.

This commit is contained in:
HoBi
2016-01-03 00:11:22 +01:00
committed by Honza Bittner
parent ac3a71009f
commit bb14a73aba

View File

@ -1765,9 +1765,6 @@
" count = myList.length;",
" return JSON.stringify(myList);",
" } else {",
" isArray = false;",
" hasString = false;",
" hasNumber = false;",
" return \"myList is not an array\";",
" }",
"",