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