Gertjan, I didn't realise that we would want to support multiple
language files in one application.
I would have thought that if I was developing an application for a
specific language, then I would also be required to go through and
update all messages for that language.
However, if you have
Eric Lam wrote:
> Andreas Hocevar wrote:
>> Hi,
>>
>> On 8/11/07, Eric Lam <[EMAIL PROTECTED]> wrote:
>>
>>> OpenLayers.Class
>>> var Control = OpenLayers.Class( SubclassControl, { ...})
>>>
>>> however I can only get OL from the trunk to work if I change the
>>> code to
>>> Control = OpenLayers
Hi,
On 8/11/07, Eric Lam <[EMAIL PROTECTED]> wrote:
> OpenLayers.Class
> var Control = OpenLayers.Class( SubclassControl, { ...})
>
> however I can only get OL from the trunk to work if I change the code to
> Control = OpenLayers.Class.create();
> Control = OpenLayers.Class.inherit( SubclassContro