animint2
animint2 copied to clipboard
animint.js: remove unnecessary hasOwnProperty selector checks
Fixes #278.
This PR removes unnecessary hasOwnProperty checks when accessing
Selectors in animint.js.
I verified the current source and fixed all existing occurrences (~1570, ~1866, ~2087). Two additional line references mentioned in the issue (~2766, ~2797) do not exist in the current animint.js source, which ends at ~2754 lines.