aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.math.trunc.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es6.math.trunc.js')
-rw-r--r--node_modules/core-js/modules/es6.math.trunc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/core-js/modules/es6.math.trunc.js b/node_modules/core-js/modules/es6.math.trunc.js
index f3f085596..2e42563b6 100644
--- a/node_modules/core-js/modules/es6.math.trunc.js
+++ b/node_modules/core-js/modules/es6.math.trunc.js
@@ -1,5 +1,5 @@
// 20.2.2.34 Math.trunc(x)
-var $export = require('./$.export');
+var $export = require('./_export');
$export($export.S, 'Math', {
trunc: function trunc(it){