Skip to content

Commit

Permalink
Revert unintentional change in 41e3bbd
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Jan 1, 2018
1 parent 41e3bbd commit 48de6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CustomEvent = window.CustomEvent

if typeof CustomEvent isnt 'function'
window.CustomEvent = (event, params) ->
CustomEvent = (event, params) ->
evt = document.createEvent('CustomEvent')
evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail)
evt
Expand Down

0 comments on commit 48de6e9

Please sign in to comment.