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
Impact/lib/impact/debug/maps-panel.js
Line 49 in 6d06c28
Probably ought to be:
var head = ig.$new('strong');
I'm not even sure why the original doesn't throw an error, because all ig.$new does is
ig.$new
Impact/lib/impact/impact.js
Lines 110 to 111 in 6d06c28
and new (document.createElement( 'strong' )); throws JavaScript error:
new (document.createElement( 'strong' ));
Uncaught TypeError: document.createElement(...) is not a constructor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Impact/lib/impact/debug/maps-panel.js
Line 49 in 6d06c28
Probably ought to be:
I'm not even sure why the original doesn't throw an error, because all
ig.$new
does isImpact/lib/impact/impact.js
Lines 110 to 111 in 6d06c28
and
new (document.createElement( 'strong' ));
throws JavaScript error:The text was updated successfully, but these errors were encountered: