Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IE fix for blurring of active element
In IE, activeElement might be null, BODY element, or SVG element. In all such cases, `blur()` will throw an exception. This swallows the exception and moves on. Fixes #316 #370
- Loading branch information