We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32976d6 commit 0158577Copy full SHA for 0158577
1 file changed
src/common/iServer/VideoFeature.js
@@ -22,7 +22,7 @@ export class VideoFeature {
22
* @member {string|number} VideoFeature.prototype.id
23
* @description 要素 ID。
24
*/
25
- this.id;
+ this.id = null;
26
/**
27
* @member {string} VideoFeature.prototype.name
28
* @description 视频名称
0 commit comments