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