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 f39e9b3 add IntersectionObserver typedefs
f39e9b3 is described below
commit f39e9b3651abe552e5ac0302d7275640d6c882c5
Author: Harbs <[email protected]>
AuthorDate: Sun Aug 27 16:56:18 2023 +0300
add IntersectionObserver typedefs
---
js/src/main/config/externc-config.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/js/src/main/config/externc-config.xml
b/js/src/main/config/externc-config.xml
index 65827b1..19f9b41 100644
--- a/js/src/main/config/externc-config.xml
+++ b/js/src/main/config/externc-config.xml
@@ -82,6 +82,7 @@
<path-element>../../../target/downloads/browser/ie_dom.js</path-element>
<path-element>../../../target/downloads/browser/ie_event.js</path-element>
<path-element>../../../target/downloads/browser/ie_vml.js</path-element>
+
<path-element>../../../target/downloads/browser/intersection_observer.js</path-element>
<path-element>../../../target/downloads/browser/intl.js</path-element>
<path-element>../../../target/downloads/browser/iphone.js</path-element>
<path-element>../../../target/downloads/browser/mediasource.js</path-element>