2017-09-13 07:52:34 +02:00

4 lines
132 B
JavaScript
Vendored

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