v5.0.0! Woo!

This commit is contained in:
hydrabolt
2015-11-20 22:12:02 +00:00
parent 294c002bde
commit 409635d50a
30 changed files with 16834 additions and 4378 deletions

View File

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