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
This part of the code causes Firefox to crash in the latest version
if (!event || !this.fixed && y !== this._y) { this._transformHeader(y); }
Console logs ReferenceError: event is not defined
ReferenceError: event is not defined
Commenting these lines out fixes the problem.
The text was updated successfully, but these errors were encountered:
af2a03c
Merge pull request #39 from PolymerElements/fix-event
3b07d67
Fix #38
Thanks for reporting the issue. This has been fixed. You can run bower update
bower update
Sorry, something went wrong.
No branches or pull requests
This part of the code causes Firefox to crash in the latest version
Console logs
ReferenceError: event is not defined
Commenting these lines out fixes the problem.
The text was updated successfully, but these errors were encountered: