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/09/06 23:59:53 UTC

[royale-compiler] branch develop updated: let us use Menu for now

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2ffd77f  let us use Menu for now
2ffd77f is described below

commit 2ffd77f00a351d5e9c542db586de7a68c50b920a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 6 16:59:38 2018 -0700

    let us use Menu for now
---
 .../compiler/internal/driver/js/royale/JSCSSCompilationSession.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
index 4dca7e5..2bc1a00 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
@@ -315,7 +315,7 @@ public class JSCSSCompilationSession extends CSSCompilationSession
         "label",
         "li",
         "main",
-        "menu",
+        /*"menu", not cross-browser, and we want to use it in Royale */
         "nav",
         "ol",
         "option",