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