Fixed #105 and built

This commit is contained in:
abalabahaha
2015-12-24 02:25:20 -08:00
committed by Amish Shah
parent beb91913bb
commit 830cc64828
27 changed files with 4963 additions and 246 deletions

View File

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