animint2 icon indicating copy to clipboard operation
animint2 copied to clipboard

animint.js: remove unnecessary hasOwnProperty selector checks

Open harshiittttt opened this issue 2 months ago • 10 comments

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.

harshiittttt avatar Dec 15 '25 17:12 harshiittttt