aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/fn/array/push.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/fn/array/push.js')
-rw-r--r--node_modules/core-js/library/fn/array/push.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/library/fn/array/push.js b/node_modules/core-js/library/fn/array/push.js
new file mode 100644
index 000000000..03539009e
--- /dev/null
+++ b/node_modules/core-js/library/fn/array/push.js
@@ -0,0 +1,4 @@
+// for a legacy code and future fixes
+module.exports = function(){
+ return Function.call.apply(Array.prototype.push, arguments);
+}; \ No newline at end of file