Ah, the empty catch change. I didn't actually run the code, but I cannot figure out how it would return [object object]. If dataField is null, wouldn't it set data = null?
BTW, I didn't think of this at the time, but sometimes, folks create proxy-based objects that don't implement property enumerators and then I think "in" might throw an exception, so there's some risk there. -Alex On 3/11/14 12:19 AM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> What change was this? I'll try to take a look tomorrow. > >https://github.com/apache/flex-sdk/commit/a7109bab8409cb60cc0b64de07ce01ba >d875b701 > >Justin