For the Wikipedia PhoneGap app we need to be able to reinitialize options on the ULS.
In this case we need to update both the 'languages' object with a different set of languages, and the 'onSelect' callback.
Currently I'm attempting to reuse the existing ULS but simply reinit with $.uls().
If this isn't meant to be supported, then I'll need to be able to initialize and then discard the ULS, so I can create a new one safely... is that the right thing to do here?
For the Wikipedia PhoneGap app we need to be able to reinitialize options on the ULS.
In this case we need to update both the 'languages' object with a different set of languages, and the 'onSelect' callback.
Currently I'm attempting to reuse the existing ULS but simply reinit with $.uls().
If this isn't meant to be supported, then I'll need to be able to initialize and then discard the ULS, so I can create a new one safely... is that the right thing to do here?