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
When using v0.1.0 directly in my web page, I'm receiving "ReferenceError: log is not defined". I changed line 10 from:
this.name = definition();
to:
this[name] = definition();
and it worked.
The text was updated successfully, but these errors were encountered:
This is actually already fixed (see #14), it's just waiting on me to release v0.3.0, which will be coming any day now!
Sorry, something went wrong.
Oh, great. Thanks.
No branches or pull requests
When using v0.1.0 directly in my web page, I'm receiving "ReferenceError: log is not defined". I changed line 10 from:
this.name = definition();
to:
this[name] = definition();
and it worked.
The text was updated successfully, but these errors were encountered: