More things

This commit is contained in:
hydrabolt
2015-11-15 14:21:22 +00:00
parent 68ac437ef0
commit fbd922e557
9 changed files with 65 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
exports.reg = function (c, a) {
return [c].concat(Array.prototype.slice.call(a));
};