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
One little issue - I'm using JQuery 1.9 and the SVG demo doesn't pan. I was able to get it to work by hacking line 3562 and line 3585, like this:
if (!this.eventInSurface(e) && 1==2) { return; }
I don't know what the permanent solution should be or if this is just my mistake.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One little issue - I'm using JQuery 1.9 and the SVG demo doesn't pan. I was able to get it to work by hacking line 3562 and line 3585, like this:
if (!this.eventInSurface(e) && 1==2) {
return;
}
I don't know what the permanent solution should be or if this is just my mistake.
The text was updated successfully, but these errors were encountered: