tsparticles 2.2.3 → 2.2.4

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.
@@ -4,7 +4,7 @@
4
4
  * Demo / Generator : https://particles.js.org/
5
5
  * GitHub : https://www.github.com/matteobruni/tsparticles
6
6
  * How to use? : Check the GitHub README
7
- * v2.2.3
7
+ * v2.2.4
8
8
  */
9
9
  (function webpackUniversalModuleDefinition(root, factory) {
10
10
  if(typeof exports === 'object' && typeof module === 'object')
@@ -7804,7 +7804,7 @@ var _Container_engine, _Container_eventListeners, _Container_intersectionObserve
7804
7804
 
7805
7805
 
7806
7806
  function guardCheck(container) {
7807
- return !container.destroyed;
7807
+ return container !== undefined && !container.destroyed;
7808
7808
  }
7809
7809
 
7810
7810
  function loadContainerOptions(engine, container, ...sourceOptionsArr) {