Skip to content

Commit e7feb39

Browse files
committed
1 parent d1fe8ed commit e7feb39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/multiplex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@
14311431
* @param {Number} arrayIndex The zero-based index in array at which copying begins.
14321432
*/
14331433
copyTo: function (array, arrayIndex) {
1434-
$bufferTo(this.items(), array, arrayIndex);
1434+
$bufferTo(this, array, arrayIndex);
14351435
},
14361436

14371437
/**
@@ -3872,7 +3872,7 @@
38723872
* @param {Number} arrayIndex The zero-based index in array at which copying begins.
38733873
*/
38743874
copyTo: function (array, arrayIndex) {
3875-
$bufferTo($prop(this), array, arrayIndex);
3875+
$bufferTo(this, array, arrayIndex);
38763876
},
38773877

38783878
/**
@@ -3983,7 +3983,7 @@
39833983
* @param {Number} arrayIndex The zero-based index in array at which copying begins.
39843984
*/
39853985
copyTo: function (array, arrayIndex) {
3986-
$bufferTo($prop(this), array, arrayIndex);
3986+
$bufferTo(this, array, arrayIndex);
39873987
},
39883988

39893989
/**

build/multiplex.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)