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 7f7c225 tour-de-jewel: organize imports in dg playground
7f7c225 is described below
commit 7f7c225914a05a5f8085aabde470a8af51eefca2
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Dec 19 17:25:27 2020 +0100
tour-de-jewel: organize imports in dg playground
---
examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
index 62c09ff..e411bc7 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
@@ -31,14 +31,14 @@ limitations under the License.
import models.ProductModel;
import org.apache.royale.collections.ArrayList;
+ import org.apache.royale.collections.ArrayListView;
import org.apache.royale.html.util.getLabelFromData;
+ import org.apache.royale.jewel.supportClasses.datagrid.DataGridColumn;
import
org.apache.royale.jewel.supportClasses.datagrid.IDataGridColumnList;
import
org.apache.royale.jewel.supportClasses.datagrid.IDataGridPresentationModel;
- import
org.apache.royale.jewel.supportClasses.datagrid.DataGridColumn;
import vos.IconListVO;
import vos.Product;
- import org.apache.royale.collections.ArrayListView;
[Bindable]
public var listModel:ListsModel = new ListsModel();