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