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
This script gives me site-breaking errors in IE. Although I use the normal init, not forced, the line
var value = rule.cssText;
in the method findDeclarations(rule) is the curprit. The error is Member not found. This breaks the rest of my javascript in IE10, IE11 seems to cope and carry on. But the errors are still there.
Is there anything you can do about this?
The text was updated successfully, but these errors were encountered:
This script gives me site-breaking errors in IE. Although I use the normal init, not forced, the line
in the method
findDeclarations(rule)
is the curprit. The error isMember not found
. This breaks the rest of my javascript in IE10, IE11 seems to cope and carry on. But the errors are still there.Is there anything you can do about this?
The text was updated successfully, but these errors were encountered: