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
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.
The text was updated successfully, but these errors were encountered:
I found another missed placed token in the script I was working on. @csuwildcat .
Thanks for all the help.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: