This code in LzDebug.lzs is causing the flex compiler to get a null pointer
exception

          if (! (indices ?
                 ((thing is Array) && (thing.constructor === Array)) :
                 ((thing is Object) && (thing.constructor === Object)))) {
            pretty = (! unique);
          }


Rewriting it as an "if" statement makes it compile in the flex compiler.

I reported the compiler error as http://bugs.adobe.com/jira/browse/ASC-3534
-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to