03539009e72897f04e264219edbcff3c8f5d9a97
[yaffs-website] / push.js
1 // for a legacy code and future fixes
2 module.exports = function(){
3   return Function.call.apply(Array.prototype.push, arguments);
4 };