5.3.0 web dists

This commit is contained in:
Amish Shah
2015-12-26 18:21:04 +00:00
parent 8e16abee96
commit f9f7a568fc
28 changed files with 35946 additions and 5051 deletions

View File

@@ -1,8 +1 @@
"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));}