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