We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code in boolean-engine.js:
boolean-engine.js
for (var i = 0; i < array_of_words.length; ++i) { unit.index.lookup(array_of_words[i], lookup_synchro); }
causes a "Cannot call lookup method of undefined" error when browsing examples/tutorial.html.
examples/tutorial.html
The text was updated successfully, but these errors were encountered:
fix Issue #10: broken tutorial caused by the english normalizers not …
72298d6
…using the callback chaining. Also added a few unit tests for english in tests/normalizers.html.
No branches or pull requests
This code in
boolean-engine.js
:causes a "Cannot call lookup method of undefined" error when browsing
examples/tutorial.html
.The text was updated successfully, but these errors were encountered: