forked from kumarharsh/custom-event-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kumarharsh#3 Need work for Edge and Webkit where constructor work but not the extends
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since this function is only used for IE10, can you move this to where it's actually used (in the
else
part? Otherwise we are creating a function which won't be used for 99.5% of the browsers.