判断接口更改、新增FrameUpdated核心事件

This commit is contained in:
yhh
2020-11-24 12:15:20 +08:00
parent e67f568069
commit 5c0ee92d85
8 changed files with 14 additions and 15 deletions

View File

@@ -65,5 +65,5 @@ module es {
reset();
}
export var isIPoolable = (props: any): props is IPoolable => typeof (props as IPoolable)['js'] !== 'undefined';
export var isIPoolable = (props: any): props is IPoolable => typeof (props as IPoolable)['reset'] !== 'undefined';
}