On 25 June 2012 19:00, Norbert Lindenberg <[email protected]> wrote: > One side effect of removing LocaleList from the API is that the object > returned from the supportedLocalesOf methods is now a simple Array, and > therefore is modifiable. This probably prevents us from ever switching the > return value of these methods back to a LocaleList, whose LocaleList > properties (length and indexed elements 0..length-1) are immutable.
Well, I don't see a reason why you couldn't return a frozen array then. /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

