Skip to content

Lines 591-> 593 cause Firefox to crash #38

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

Closed
markstewie opened this issue Aug 13, 2015 · 1 comment
Closed

Lines 591-> 593 cause Firefox to crash #38

markstewie opened this issue Aug 13, 2015 · 1 comment

Comments

@markstewie
Copy link

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

Commenting these lines out fixes the problem.

@blasten
Copy link
Contributor

blasten commented Aug 13, 2015

Thanks for reporting the issue. This has been fixed.
You can run bower update

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

2 participants