This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work on pages that modify Array.prototype
for..in loop used in a client script breaks when page under the test adds enumerable properties to Array.prototype. Fixed by replacing for..in with .forEach Fixes #105
- Loading branch information