You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if you care about supporting jquery 2.0 but they dropped support for $.support.opacity (only matters for unsupported browsers) so the various checks of $.support.opacity fail. I'm setting cleartype to false, so I seem to avoid most references to $.support.opacity.
I can take a stab at fixing it if you'd like.
The text was updated successfully, but these errors were encountered:
I'm not sure if you care about supporting jquery 2.0 but they dropped support for$.support.opacity (only matters for unsupported browsers) so the various checks of $ .support.opacity fail. I'm setting cleartype to false, so I seem to avoid most references to $.support.opacity.
I can take a stab at fixing it if you'd like.
The text was updated successfully, but these errors were encountered: