Closed kylecordes closed 10 years ago
This code:
else if (startType === "function") { this.startFn = function(wordList) { return fnStr(wordList) } }
Contains the only reference to wordList. There is no wordList, so the function is always called without one, as far as I can tell.
Sorry, this is a wrong writeup, I don't understand the problem well enough to put in an issue yet.
This code:
Contains the only reference to wordList. There is no wordList, so the function is always called without one, as far as I can tell.