This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 5849338372cab9db9bb555075083f74948d8362b Author: Alex Harui <[email protected]> AuthorDate: Wed May 16 15:16:17 2018 -0700 fix namespace --- frameworks/projects/SparkRoyale/src/main/resources/defaults.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css index 3aa5f73..cc73d2c 100644 --- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css +++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css @@ -17,7 +17,7 @@ * */ -@namespace "library://ns.apache.org/royale/mx"; +@namespace "library://ns.apache.org/royale/spark"; .royale *, . royale *:before, . royale *:after { -moz-box-sizing: border-box; -- To stop receiving notification emails like this one, please contact [email protected].
