5.3.2 web dists

This commit is contained in:
Amish Shah
2016-01-01 18:40:57 +00:00
parent 57c086dc5f
commit 9c8e6eed24
28 changed files with 35956 additions and 5045 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));}