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
In issue #342 it was discovered that re-using the variable Node in the global space re-writes the Node values that Prototype uses as the general definition of a DOM node.
Unsure what the fix should be - either renaming the variable or namespacing it could work.
The text was updated successfully, but these errors were encountered:
jwestbrook
changed the title
Global.Node has the potential of being overwritten.
Global.Node has the potential of being overwritten.
Jul 31, 2018
In issue #342 it was discovered that re-using the variable
Node
in the global space re-writes theNode
values that Prototype uses as the general definition of a DOM node.Unsure what the fix should be - either renaming the variable or namespacing it could work.
The text was updated successfully, but these errors were encountered: