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