Jeff Spicer created FLEX-34228:
----------------------------------
Summary: 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
Priority: Minor
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)