Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34228

spark datagrid syntax

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            jmclean Justin Mclean
            jetspice Jeff Spicer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: