aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/internals/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/internals/html.js')
-rw-r--r--node_modules/core-js/internals/html.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/core-js/internals/html.js b/node_modules/core-js/internals/html.js
deleted file mode 100644
index 23defa6..0000000
--- a/node_modules/core-js/internals/html.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var getBuiltIn = require('../internals/get-built-in');
-
-module.exports = getBuiltIn('document', 'documentElement');