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 870fc4d this will fix jsonly?
870fc4d is described below
commit 870fc4d99d0e8285c27d366875df3710573ac251
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu May 17 12:20:57 2018 +0200
this will fix jsonly?
---
mustella/tests/basicTests/shim/VBox.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mustella/tests/basicTests/shim/VBox.as
b/mustella/tests/basicTests/shim/VBox.as
index eaac084..d5f318b 100644
--- a/mustella/tests/basicTests/shim/VBox.as
+++ b/mustella/tests/basicTests/shim/VBox.as
@@ -18,7 +18,7 @@
////////////////////////////////////////////////////////////////////////////////
package shim
{
- import org.apache.royale.html.Container;
+ import org.apache.royale.core.Container;
import org.apache.royale.html.beads.layouts.VerticalLayout;
[DefaultProperty("mxmlContent")]
--
To stop receiving notification emails like this one, please contact
[email protected].