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

constructor() class method keep's throwing an exception #4

Open
PikioopSo opened this issue Jun 3, 2017 · 1 comment
Open

constructor() class method keep's throwing an exception #4

PikioopSo opened this issue Jun 3, 2017 · 1 comment

Comments

@PikioopSo
Copy link

The exception is:

*** ReferenceError: |this| used uninitialized in anonymous class constructor ***

When I create a class using:

xtag.create( class extends xtag.extensions(myExt){
constructor() { }
} );

It throws the error. When the constructor() method is not used it does not appear. I believe it is a scoping problem.

@PikioopSo
Copy link
Author

I found another missed placed token in the script I was working on. @csuwildcat .

Thanks for all the help.

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

No branches or pull requests

1 participant