[
https://issues.apache.org/jira/browse/FLEX-34228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970208#comment-13970208
]
Justin Mclean edited comment on FLEX-34228 at 4/15/14 11:53 PM:
----------------------------------------------------------------
Also fixed a few other instances. Check in tests pass.
was (Author: jmclean):
Also few a few other instances. Check in tests pass.
> spark datagrid syntax
> ---------------------
>
> Key: FLEX-34228
> URL: https://issues.apache.org/jira/browse/FLEX-34228
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: DataGrid
> Affects Versions: Apache Flex 4.12.0
> Reporter: Jeff Spicer
> Assignee: Justin Mclean
> Priority: Minor
> Labels: easyfix
> Fix For: Apache Flex 4.13.0
>
>
> steps to duplicate:
> 1. create a new s:DataGrid.
> 2. type "skinClass" attribute and let intellitype create a new skin for the
> datagrid
> 3. line 302 reads:
> override public function get contentItems():Array {return contentFill};
> should be:
> override public function get contentItems():Array {return contentFill;}
> semi-colon is misplaced at the end of the line
--
This message was sent by Atlassian JIRA
(v6.2#6252)