|
|
@ -971,7 +971,7 @@ function copy(source, destination) { |
|
|
|
case '[object Uint8ClampedArray]': |
|
|
|
case '[object Uint8ClampedArray]': |
|
|
|
case '[object Uint16Array]': |
|
|
|
case '[object Uint16Array]': |
|
|
|
case '[object Uint32Array]': |
|
|
|
case '[object Uint32Array]': |
|
|
|
return new source.constructor(copyElement(source.buffer)); |
|
|
|
return new source.constructor(copyElement(source.buffer), source.byteOffset, source.length); |
|
|
|
|
|
|
|
|
|
|
|
case '[object ArrayBuffer]': |
|
|
|
case '[object ArrayBuffer]': |
|
|
|
//Support: IE10
|
|
|
|
//Support: IE10
|
|
|
|