You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/04 09:57:01 UTC

[royale-asjs] branch feature/new_merge updated: Bad reference

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

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


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 7862b4e  Bad reference
     new 9a5fd8e  Merge branch 'feature/new_merge' of https://github.com/apache/royale-asjs into feature/new_merge
7862b4e is described below

commit 7862b4e8fcfb32c28cf0bd3a0091080c088d1152
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Sep 4 12:55:16 2018 +0300

    Bad reference
---
 .../royale/DataBindingExample_as/src/main/royale/DataBindingExample.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
index a6c2874..f754ef4 100644
--- a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
+++ b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
@@ -40,7 +40,7 @@ import org.apache.royale.html.supportClasses.ContainerContentArea;
 import org.apache.royale.html.supportClasses.DropDownListList;
 import org.apache.royale.html.supportClasses.DataGroup;
 import org.apache.royale.html.supportClasses.ScrollingViewport;
-import org.apache.royale.core.supportClasses.Viewport;
+import org.apache.royale.html.supportClasses.Viewport;
 import org.apache.royale.html.supportClasses.StringItemRenderer;
 import org.apache.royale.net.HTTPService;
 import org.apache.royale.collections.parsers.JSONInputParser;