@schukai/monster 3.85.1 → 3.85.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ const datasourceLinkedElementSymbol = Symbol("datasourceLinkedElement");
29
29
  * @private
30
30
  */
31
31
  function handleDataSourceChanges() {
32
+
32
33
  if (!this[datasourceLinkedElementSymbol]) {
33
34
  return;
34
35
  }
@@ -45,7 +45,7 @@ const domReady = new Promise((resolve) => {
45
45
  });
46
46
 
47
47
  /**
48
- * This variable is a promise that is fulfilled as soon as the windows is available.
48
+ * This variable is a promise is fulfilled as soon as the windows is available.
49
49
  *
50
50
  * The load event fires when the entire page is loaded, including all dependent resources such as stylesheets,
51
51
  * assets, and images. Unlike DOMContentLoaded, which fires as soon as the DOM of the page is loaded,