Skip to content

Commit 0158577

Browse files
committed
【fix】soanr
1 parent 32976d6 commit 0158577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/iServer/VideoFeature.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class VideoFeature {
2222
* @member {string|number} VideoFeature.prototype.id
2323
* @description 要素 ID。
2424
*/
25-
this.id;
25+
this.id = null;
2626
/**
2727
* @member {string} VideoFeature.prototype.name
2828
* @description 视频名称

0 commit comments

Comments
 (0)