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