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