First version
This commit is contained in:
6
CTOAsYouGo/node_modules/object-hash/index.js
generated
vendored
6
CTOAsYouGo/node_modules/object-hash/index.js
generated
vendored
@@ -348,7 +348,7 @@ function typeHasher(options, writeTo, context){
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_int8array: function(arr){
|
||||
write('int8array:');
|
||||
write('uint8array:');
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_uint16array: function(arr){
|
||||
@@ -356,7 +356,7 @@ function typeHasher(options, writeTo, context){
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_int16array: function(arr){
|
||||
write('int16array:');
|
||||
write('uint16array:');
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_uint32array: function(arr){
|
||||
@@ -364,7 +364,7 @@ function typeHasher(options, writeTo, context){
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_int32array: function(arr){
|
||||
write('int32array:');
|
||||
write('uint32array:');
|
||||
return this.dispatch(Array.prototype.slice.call(arr));
|
||||
},
|
||||
_float32array: function(arr){
|
||||
|
||||
Reference in New Issue
Block a user