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
Testing in IE9 -> F12 Developers tools : Mode IE8 Standards:IE8
SCRIPT438: Object doesn't support property or method 'match' cssSandpaper.js, line 816 character 9
var segmentRotationTotal =360/n; var tClone = document.getElementById('Line_'+n); cssSandpaper.setTransform(tClone,segmentRotationTotal);
I know F12 Developers tools is no substitute for a proper IE8 , but sadly I have no alternative :-(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing in IE9 -> F12 Developers tools : Mode IE8 Standards:IE8
SCRIPT438: Object doesn't support property or method 'match'
cssSandpaper.js, line 816 character 9
var segmentRotationTotal =360/n;
var tClone = document.getElementById('Line_'+n);
cssSandpaper.setTransform(tClone,segmentRotationTotal);
I know F12 Developers tools is no substitute for a proper IE8 , but sadly I have no alternative :-(
The text was updated successfully, but these errors were encountered: