# Conflicts:
#	demo/libs/framework/framework.min.js
This commit is contained in:
yhh
2020-11-03 10:10:03 +08:00
16 changed files with 148 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ module es {
* 用于池任何对象
*/
export class Pool<T> {
private static _objectQueue = new Array(10);
private static _objectQueue = [];
/**
* 预热缓存使用最大的cacheCount对象填充缓存