Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1720171 - Ensure ga.getAll().filter exists in SmartBlock Google A…
…nalytics shim. r=twisniewski,webcompat-reviewers a=pascalc The original GA code returns an Array for ga.getAll(), while the shim was returning an Iterator. This caused code that relied on ga.getAll().filter(..) to break with the shim. This patch wraps the Iterator contents back into an Array. Differential Revision: https://phabricator.services.mozilla.com/D119737
- Loading branch information