On Mon, Jun 8, 2009 at 6:22 PM, Stefan Haustein <[email protected]> wrote:
> I'd like to submit a patch (see below) that changes "JsArray<T extends > JavaScriptObject>" to "JsArray<T>" > > Motivation: > Support more lightweight code in places where we depend on Javascript > anyway. > In particular, I would like to remove the dependency on LinkedList in > AsyncFragmentLoader in a follow-up change. > > I have verified that this change does not introduce any new test failures. > What does it mean to store non-JS values in a pure JS array? What sort of things do you want to store that aren't JSO's but would reasonably work? -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
