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

I get issue "Failed to read the 'rules' property from 'CSSStyleSheet" when I use JSOGTransform #25

Open
Natanagar opened this issue Jul 25, 2019 · 0 comments

Comments

@Natanagar
Copy link

In Chrome 72 I've got this problem. In the line 47 (jsog.js file)
for (key in original) {
if(original.hasOwnProperty(key)){ //ADDED
value = original[key];
}

      if (key !== JSOG_OBJECT_ID) {
        result[key] = doEncode(value);
      }
    }
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

1 participant