判断接口更改、新增FrameUpdated核心事件
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user