Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Fix Firefox 24 issue related to FocusEvent #174

Merged
merged 1 commit into from
Jun 18, 2013

Commits on Jun 18, 2013

  1. Fix Firefox 24 issue related to FocusEvent

    FF24 does not support `document.createEvent('FocusEvent')` and to create a new
    FocusEvent we need to use `new FocusEvent('x')`.
    
    IE on the other hand does not support event constructors so we have to branch
    here.
    arv committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    f183806 View commit details
    Browse the repository at this point in the history