blob: 5e61e5079f17a63fc4e1245278d6c8146093bc2c [file] [log] [blame]
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.push, arguments);
};