Skip to content
New issue

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

ReferenceError when using directly in web page #17

Closed
kellynichols opened this issue Jun 19, 2013 · 2 comments
Closed

ReferenceError when using directly in web page #17

kellynichols opened this issue Jun 19, 2013 · 2 comments

Comments

@kellynichols
Copy link

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.

@pimterry
Copy link
Owner

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!

@kellynichols
Copy link
Author

Oh, great. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants