@stormstreaming/stormstreamer 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,12 +46,12 @@ export declare class StageController {
46
46
  */
47
47
  private _tempContainerHeight;
48
48
  /**
49
- * Video width (initally 0, after "onmetadata" event is updated to match the real one
49
+ * Video width (initially 0, after "onmetadata" event is updated to match the real one)
50
50
  * @private
51
51
  */
52
52
  private _videoWidth;
53
53
  /**
54
- * Video width (initally 0, after "onmetadata" event is updated to match the real one
54
+ * Video height (initially 0, after "onmetadata" event is updated to match the real one)
55
55
  * @private
56
56
  */
57
57
  private _videoHeight;
@@ -86,7 +86,7 @@ export declare class StageController {
86
86
  */
87
87
  private _isResizing;
88
88
  /**
89
- * Deco
89
+ * Auto resize flag
90
90
  * @private
91
91
  */
92
92
  private _autoResizeEnabled;