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 27d523b missing browser path
27d523b is described below
commit 27d523b539f0209281f46de92bd190f3e3a473fc
Author: Harbs <[email protected]>
AuthorDate: Sun Aug 27 21:00:57 2023 +0300
missing browser path
---
js/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/pom.xml b/js/pom.xml
index a837075..58d6747 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -241,8 +241,8 @@
<include>browser/webgl.js</include>
<include>browser/webstorage.js</include>
<include>browser/whatwg_encoding.js</include>
+ <include>browser/intersection_observer.js</include>
<include>es6_collections.js</include>
- <include>intersection_observer.js</include>
</includes>
<excludes>
<exclude>browser/w3c_dom4.js</exclude>