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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 179ba52  dialogPolyfill: registerDialog needs to be COMPILE::JS
179ba52 is described below

commit 179ba525545f140e384a9474daf36a5756e5a91c
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue May 28 19:14:22 2019 +0200

    dialogPolyfill: registerDialog needs to be COMPILE::JS
---
 frameworks/projects/Jewel/src/main/royale/dialogPolyfill.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/dialogPolyfill.as 
b/frameworks/projects/Jewel/src/main/royale/dialogPolyfill.as
index 3c7ef77..e8cf91e 100644
--- a/frameworks/projects/Jewel/src/main/royale/dialogPolyfill.as
+++ b/frameworks/projects/Jewel/src/main/royale/dialogPolyfill.as
@@ -23,6 +23,7 @@ package
         */
        public class dialogPolyfill
        {
+               COMPILE::JS
                public static function 
registerDialog(dialog:HTMLDialogElement):void {}
        }
 }
\ No newline at end of file

Reply via email to