yishayw opened a new issue #163:
URL: https://github.com/apache/royale-compiler/issues/163


   -                               var regex : RegExp = /[\s*]+/gx;
   +                               var regex : RegExp = /[\s*]+/g;
   
   The x flag is legal in AS3 but not in js, so the first line should probably 
yield be a compile time error.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to