/node_modules/babel-polyfill/node_modules/core-js/fn/array/push.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 4 lines · 3 code · 0 blank · 1 comment · 0 complexity · 8a96bbac8b6e447f1f9640bcc3d18a0d MD5 · raw file

  1. // for a legacy code and future fixes
  2. module.exports = function () {
  3. return Function.call.apply(Array.prototype.push, arguments);
  4. };