diff --git a/slang.js b/slang.js index 17809a8..e30df32 100644 --- a/slang.js +++ b/slang.js @@ -251,7 +251,6 @@ var NAMESPACE = { //console.log(code) - var res = [] code = code // split by strings whitespace and block comments... .split(SPLITTER)