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

Swipe2 – IE Resize #62

Closed
florianilch opened this issue Apr 30, 2012 · 1 comment
Closed

Swipe2 – IE Resize #62

florianilch opened this issue Apr 30, 2012 · 1 comment

Comments

@florianilch
Copy link
Contributor

Hi,

I had to change this small piece because IE 8 kept a reference to this as "window".

// to play nice with old IE
  else {
      var me = this;
      window.onresize = function () {
          me.setup();
      };
  }
@thebird
Copy link
Owner

thebird commented Apr 30, 2012

awesome, do you want to submit this as a pull request to the Swipe2 branch?

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