Less CPU on cache update

This commit is contained in:
abalabahaha
2016-03-15 21:52:23 -07:00
parent f0dd0cabdf
commit 8614d4b2a5
29 changed files with 6259 additions and 675 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));
}