You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/29 20:22:10 UTC

[royale-typedefs] branch develop updated: missed one

This is an automated email from the ASF dual-hosted git repository.

aharui 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 85a7d80  missed one
85a7d80 is described below

commit 85a7d8029ccee2aff93638e75142b5ab47d8a4ea
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Oct 29 13:22:01 2018 -0700

    missed one
---
 js/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/js/pom.xml b/js/pom.xml
index 653561e..4d6733c 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -260,6 +260,10 @@
                 <name>createTreeWalker</name>
               </exclude>
               <exclude>
+                <className>Element</className>
+                <name>load</name>
+              </exclude>
+              <exclude>
                 <className>Event</className>
                 <name>initUIEvent</name>
               </exclude>