You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/05/05 20:25:49 UTC

[royale-asjs] branch develop updated: some more fixes

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 cf084b7  some more fixes
cf084b7 is described below

commit cf084b7bf272cc7fac8c753e1761db176dff0a1c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat May 5 22:25:44 2018 +0200

    some more fixes
---
 .../royale/DataBindingExample_as/src/main/royale/DataBindingExample.as  | 2 +-
 frameworks/projects/Express/src/main/resources/defaults.css             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
index 6c6a707..11c7cc9 100644
--- a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
+++ b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
@@ -23,7 +23,7 @@ import org.apache.royale.core.Application;
 import org.apache.royale.core.ItemRendererClassFactory;
 import org.apache.royale.core.SimpleCSSValuesImpl;
 import org.apache.royale.events.Event;
-import org.apache.royale.html.beads.ContainerView;
+import org.apache.royale.core.beads.views.ContainerView;
 import org.apache.royale.core.beads.GroupView;
 import org.apache.royale.html.beads.DataItemRendererFactoryForArrayData;
 import org.apache.royale.html.beads.ListView;
diff --git a/frameworks/projects/Express/src/main/resources/defaults.css b/frameworks/projects/Express/src/main/resources/defaults.css
index c565e55..5b3f9c6 100644
--- a/frameworks/projects/Express/src/main/resources/defaults.css
+++ b/frameworks/projects/Express/src/main/resources/defaults.css
@@ -73,7 +73,7 @@ DataGrid
 
 Container
 {	
-	IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView");
+	IBeadView: ClassReference("org.apache.royale.core.beads.views.ContainerView");
 	IBeadLayout: ClassReference("org.apache.royale.html.beads.layouts.BasicLayout");
 	IViewport: ClassReference("org.apache.royale.core.supportClasses.Viewport");
 	IViewportModel: ClassReference("org.apache.royale.core.beads.models.ViewportModel");

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.