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

hiedra pushed a commit to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 10d1c1782669e2bb5b2f5cc2e9ce2e3ccfd824dd
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Mar 26 14:34:27 2025 -0700

    Jewel: remove commented out inject_script
---
 .../royale/org/apache/royale/jewel/beads/views/TabBarView.as  | 11 -----------
 1 file changed, 11 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/TabBarView.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/TabBarView.as
index 9315a92e38..0aede0f397 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/TabBarView.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/TabBarView.as
@@ -39,17 +39,6 @@ package org.apache.royale.jewel.beads.views
         */
        public class TabBarView extends ListView
        {
-                /*
-                * Js file included in the compilation, through the option 
-                * 
-js-include-script+=src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js
-                * 
-----------------------------------------------------------------------------------------------------------
-                *  <inject_script>
-                *  var script = document.createElement("script");
-                *  script.setAttribute("src", 
"https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.1/web-animations.min.js";);
-                *  document.head.appendChild(script);
-                *  </inject_script>
-                */
-
                /**
                 *  constructor.
                 * 

Reply via email to