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 2019/12/28 02:07:52 UTC

[royale-asjs] branch develop updated: jewel-datagrid: organize imports

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 5311b7b  jewel-datagrid: organize imports
5311b7b is described below

commit 5311b7bf5c1e73bfc48bfa395b9cd9d5c87052aa
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Dec 28 03:07:40 2019 +0100

    jewel-datagrid: organize imports
---
 examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
index 151751d..ee0be53 100644
--- a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
@@ -29,9 +29,10 @@ limitations under the License.
         import models.ListsModel;
         import models.ProductModel;
 
+        import org.apache.royale.collections.ArrayList;
+
         import vos.IconListVO;
         import vos.Product;
-        import org.apache.royale.collections.ArrayList;
 
         private function dataGridProductChange(grid:DataGrid, output:Label) : void
 		{