From 987e7c98ec3c9def7e5ca0d2f735010e0650d13b Mon Sep 17 00:00:00 2001 From: Galeel Bhasha Satthar Date: Mon, 30 Oct 2017 21:19:57 +0530 Subject: [PATCH] Removed the dead code --- CustomEvent.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/CustomEvent.js b/CustomEvent.js index 95cc72a..47a6d74 100644 --- a/CustomEvent.js +++ b/CustomEvent.js @@ -9,9 +9,6 @@ function CustomEvent ( event, params ) { return evt; } -function register() { -} - module.exports = function ( undefined ) { if ( typeof window.CustomEvent === 'function' ) { return;