This is an automated email from the ASF dual-hosted git repository.
joshtynjala 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 052aaa0 jquery: use new class-callable-instances option for $ symbol
052aaa0 is described below
commit 052aaa0832d8b23952d329cd87c2a8f0e6a550ac
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Sep 18 15:02:03 2024 -0700
jquery: use new class-callable-instances option for $ symbol
---
jquery/src/main/config/externc-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jquery/src/main/config/externc-config.xml
b/jquery/src/main/config/externc-config.xml
index a0c5a16..d71bdb6 100644
--- a/jquery/src/main/config/externc-config.xml
+++ b/jquery/src/main/config/externc-config.xml
@@ -33,7 +33,7 @@
<as-root>../../../target/generated-sources/externc</as-root>
<!-- JQuery -->
- <class-to-function><class>$</class></class-to-function>
+ <class-callable-instances><class>jQuery</class></class-callable-instances>
<exclude><class>jQuery</class><name>is</name></exclude>
<exclude><class>jQuery</class><name>promise</name></exclude>