summaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.typed.uint8-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es6.typed.uint8-array.js')
-rw-r--r--node_modules/core-js/modules/es6.typed.uint8-array.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/core-js/modules/es6.typed.uint8-array.js b/node_modules/core-js/modules/es6.typed.uint8-array.js
index f794f86cf..7ab1e4df7 100644
--- a/node_modules/core-js/modules/es6.typed.uint8-array.js
+++ b/node_modules/core-js/modules/es6.typed.uint8-array.js
@@ -1,4 +1,4 @@
-require('./_typed-array')('Uint8', 1, function(init){
+require('./$.typed-array')('Uint8', 1, function(init){
return function Uint8Array(data, byteOffset, length){
return init(this, data, byteOffset, length);
};