Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Safeguard IE against console.log
Shield a reference to `window.console.log` with a simple if statement. Fix the ability to use this page in IE without the inspector open. This was particularly an issue for developers running karma from within a Microsoft-based IDE. The log message will just be swallowed on environments that don't support `window.console`. Closes #1209
- Loading branch information