summaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.math.tanh.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es6.math.tanh.js')
-rw-r--r--node_modules/core-js/modules/es6.math.tanh.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/core-js/modules/es6.math.tanh.js b/node_modules/core-js/modules/es6.math.tanh.js
index d2f10778c..0d081a5da 100644
--- a/node_modules/core-js/modules/es6.math.tanh.js
+++ b/node_modules/core-js/modules/es6.math.tanh.js
@@ -1,6 +1,6 @@
// 20.2.2.33 Math.tanh(x)
-var $export = require('./_export')
- , expm1 = require('./_math-expm1')
+var $export = require('./$.export')
+ , expm1 = require('./$.math-expm1')
, exp = Math.exp;
$export($export.S, 'Math', {