ProdPerfect / prodperfect-keen-tracking.js

Keen IO Streams SDK - record events from anywhere in your stack
https://keen.io/products/streams/
MIT License
3 stars 4 forks source link

Take two on govx hotfix #54

Closed adewinter closed 5 years ago

adewinter commented 5 years ago

Line 22 and 23 here fix the related issue.

A forms that contain input elements like:

<input id="title">
<input id="nodeName">
<input id="text">

etc will no longer cause 'circular reference' exceptions.

Included in this PR is a new test that checks for proper handling of these edge cases and some linting fixes.