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

Conflict with prototype.js #8172

Closed
svkarpovich opened this issue Feb 16, 2016 · 1 comment
Closed

Conflict with prototype.js #8172

svkarpovich opened this issue Feb 16, 2016 · 1 comment

Comments

@svkarpovich
Copy link

Hi,

There is a problem with interchange plugin.
Prototype.js has added methods to array. And var "rules" has many keys, that we shouldn't use.
One screenshot you can see that i == 'each' - ERROR

2016-02-16 13 00 09

Please check that property is own.
if (!rules.hasOwnProperty(i)) continue;

@colin-marshall
Copy link
Contributor

Closed in #8686. Thanks @svkarpovich!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants