All of the @playerversion AsDoc tags in the source specifies 8.5. I believe
this should be 9.0.
For example:
--
/**
* Compares two arrays and returns a boolean indicating whether the arrays
* contain the same values at the same indexes.
*
* @param arr1 The first array that will be compared to the second.
*
* @param arr2 The second array that will be compared to the first.
*
* @return True if the arrays contains the same values at the same indexes.
False if they do not.
*
* @langversion ActionScript 3.0
* @playerversion Flash 8.5
* @tiptext
*/
--
Original issue reported on code.google.com by mikechambers on 10 Jan 2007 at 7:46
Original issue reported on code.google.com by
mikechambers
on 10 Jan 2007 at 7:46