Select to view content in your preferred language

WidgetContainer.mxml: return value for function 'anonymous' has no type declaration

371
1
09-06-2013 06:03 AM
Erickson_Contract_Surveying_
Deactivated User
I receive this when I compile FV 3.4 at line 428

               }

                var scrollInterval:uint = setInterval(
                    function()
                    {
                        scrollToWidgetAction(scrollInterval);
                    },
                    30);

                dist = 0;
            }
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Derek,

   That is fixed in 3.5 (coming soon). You can fix it by just adding :void to function().
0 Kudos