@brndts/brndts-ads 1.13.11 → 1.13.12
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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -82790,7 +82790,8 @@ var Ads = /*#__PURE__*/ function() {
|
|
82790
82790
|
this.videoAds.start();
|
82791
82791
|
this.staticAds.start();
|
82792
82792
|
this.observer.observe(document.body, {
|
82793
|
-
childList: true
|
82793
|
+
childList: true,
|
82794
|
+
subtree: true
|
82794
82795
|
});
|
82795
82796
|
}
|
82796
82797
|
},
|