Bläddra i källkod

Fixes typo, comment

master
Lyubo Marinov 6 år sedan
förälder
incheckning
b9c5ed3b03

+ 1
- 1
react/features/base/media/components/native/VideoTrack.js Visa fil

@@ -19,7 +19,7 @@ class VideoTrack extends AbstractVideoTrack {
19 19
     static propTypes = AbstractVideoTrack.propTypes
20 20
 
21 21
     /**
22
-     * Renders video element with animation.
22
+     * Renders the video element for the associated video track.
23 23
      *
24 24
      * @override
25 25
      * @returns {ReactElement}

+ 1
- 1
react/features/base/media/components/native/VideoTransform.js Visa fil

@@ -229,7 +229,7 @@ class VideoTransform extends Component<Props, State> {
229 229
                 onLayout = { this._onLayout }
230 230
                 pointerEvents = 'box-only'
231 231
                 style = { [
232
-                    styles.videoTransformedViewContaier,
232
+                    styles.videoTransformedViewContainer,
233 233
                     style
234 234
                 ] }
235 235
                 { ...this.gestureHandlers.panHandlers }>

+ 1
- 1
react/features/base/media/components/native/styles.js Visa fil

@@ -17,7 +17,7 @@ export default StyleSheet.create({
17 17
      * that can be visible on special occasions, such as during device rotate
18 18
      * animation, or PiP mode.
19 19
      */
20
-    videoTransformedViewContaier: {
20
+    videoTransformedViewContainer: {
21 21
         overflow: 'hidden'
22 22
     },
23 23
 

Laddar…
Avbryt
Spara