Always close your lines with a semi colon!
On September 23, 2008, Flex - No CommentsToday I encountered some strange behaviour when using the [ArrayElementType] tag. I had a piece of code which looked like this:
package { import mx.collections.ArrayCollection; [Bindable] public class MetaData { public var ac:ArrayCollection [ArrayElementType("nl.flexperiments.test.TestObject")] public var ac2:ArrayCollection; } } |