Browse Source

improve VideoPrimitive

tags/2.2.1
Caven Chen 4 years ago
parent
commit
97753c5c49
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      modules/overlay/primitive/VideoPrimitive.js

+ 4
- 0
modules/overlay/primitive/VideoPrimitive.js View File

@@ -67,6 +67,10 @@ class VideoPrimitive extends Overlay {
* set the positions
*/
this.positions = this._positions

/**
* initialize the Overlay parameter
*/
this.video = this._video
}
}

Loading…
Cancel
Save