Skip to content

Commit

Permalink
Removed the dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Galeel Bhasha Satthar committed Oct 30, 2017
1 parent 5a00a73 commit 987e7c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CustomEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ function CustomEvent ( event, params ) {
return evt;
}

function register() {
}

module.exports = function ( undefined ) {
if ( typeof window.CustomEvent === 'function' ) {
return;
Expand Down

0 comments on commit 987e7c9

Please sign in to comment.