In SkinnableComponent, there is this:

    protected function findSkinParts():void
    {
        if (skinParts)
....

and then there is this:

  protected function get skinParts():Object
    {
        return null;
    }


Anyone have a clue where skinParts is getting populated from? Its not
overridden in a derived class, so really not sure how/whats populating it?

Reply via email to