@ives_xxz/framework 2.1.22 → 2.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry/FWEntry.ts +1 -1
- package/package.json +1 -1
package/entry/FWEntry.ts
CHANGED
|
@@ -21,7 +21,7 @@ import { FWPerformanceManager } from '../manager/FWPerformanceManager';
|
|
|
21
21
|
* 入口脚本
|
|
22
22
|
*/
|
|
23
23
|
export class FWEntry implements FW.Entry {
|
|
24
|
-
map: Map<string, FW.RegisterBundle
|
|
24
|
+
map: Map<string, FW.RegisterBundle> = new Map<string, FW.RegisterBundle>();
|
|
25
25
|
/**
|
|
26
26
|
* 事件管理器
|
|
27
27
|
*/
|