Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #2797 by removing window.performance.now shim
the shim for window.performance.now was introduced in 2014 to resolve some timing issues. at the time, it wasn't available in all browsers, but now it's available in everything except Opera Mini, so it seems safe to remove this shim.
- Loading branch information