This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 08a7670 Add intersection_observer to pom
08a7670 is described below
commit 08a7670ce4dfcddc7e2ab21e8bbe44f0bb83948b
Author: Harbs <[email protected]>
AuthorDate: Sun Aug 27 20:28:14 2023 +0300
Add intersection_observer to pom
---
js/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/js/pom.xml b/js/pom.xml
index 33f2113..a837075 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -242,6 +242,7 @@
<include>browser/webstorage.js</include>
<include>browser/whatwg_encoding.js</include>
<include>es6_collections.js</include>
+ <include>intersection_observer.js</include>
</includes>
<excludes>
<exclude>browser/w3c_dom4.js</exclude>