this should probably not use createJS components Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d390fc23 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d390fc23 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d390fc23 Branch: refs/heads/develop Commit: d390fc23bd4718b2c32e1778c5ecf1695223c191 Parents: 19ff7e9 Author: Alex Harui Authored: Thu Jan 9 07:42:42 2014 -0800 Committer: Alex Harui Committed: Thu Jan 9 07:42:42 2014 -0800 ---------------------------------------------------------------------- examples/ListsTest/src/products/ProductItemRenderer.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d390fc23/examples/ListsTest/src/products/ProductItemRenderer.as ---------------------------------------------------------------------- diff --git a/examples/ListsTest/src/products/ProductItemRenderer.as b/examples/ListsTest/src/products/ProductItemRenderer.as index cd7453c..2e39669 100644 --- a/examples/ListsTest/src/products/ProductItemRenderer.as +++ b/examples/ListsTest/src/products/ProductItemRenderer.as @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////// package products { - import org.apache.flex.createjs.staticControls.Label; + import org.apache.flex.html.staticControls.Label; import org.apache.flex.html.staticControls.Image; import org.apache.flex.html.staticControls.supportClasses.DataItemRenderer;