diff options
Diffstat (limited to 'node_modules/core-js/library/fn/array/splice.js')
| -rw-r--r-- | node_modules/core-js/library/fn/array/splice.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/library/fn/array/splice.js b/node_modules/core-js/library/fn/array/splice.js new file mode 100644 index 00000000..8849bb16 --- /dev/null +++ b/node_modules/core-js/library/fn/array/splice.js @@ -0,0 +1,4 @@ +// for a legacy code and future fixes +module.exports = function () { + return Function.call.apply(Array.prototype.splice, arguments); +}; |
