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

Firefox 6 Throws errors at e.rotationRate #7

Closed
cameronmcefee opened this issue Jul 19, 2011 · 2 comments
Closed

Firefox 6 Throws errors at e.rotationRate #7

cameronmcefee opened this issue Jul 19, 2011 · 2 comments

Comments

@cameronmcefee
Copy link
Owner

@dawnerd
Copy link

dawnerd commented Aug 28, 2011

I managed to fix it by doing something like this:

try{
      var x      = moveable() ? e.rotationRate.beta/3  : e.pageX,
          y      = moveable() ? e.rotationRate.alpha/3 : e.pageY,
          hRatio = x/(moveable() ? 360 : docWidth),
          vRatio = y/(moveable() ? 360 : docHeight),
          layer, i
    } catch(err) {
      var x      = e.pageX/4,
          y      = e.pageY/4,
          hRatio = x/(moveable() ? 360 : docWidth),
          vRatio = y/(moveable() ? 360 : docHeight),
          layer, i
    }

@cameronmcefee
Copy link
Owner Author

Oops, forgot to close this. It's already been fixed.

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