I was the difference between
 markerOptions = {icon:vmicon};
and
markerOptions = {
            icon: vmicon
        };

On Nov 4, 11:51 am, Andrew Leach <[email protected]> wrote:
> On Nov 4, 4:44 pm, Bluehenry <[email protected]> wrote:
>
>
>
> > The EE code renders fine. This is not an EE issue.
>
> Well, it must be, because you are using EE to deliver the code to the
> client, and the client is not getting the code you wrote.
>
> It wouldn't happen to be a difference between
>   markerOptions = {icon:vmicon};
> and
>   markerOptions = { icon:vmicon };
> would it?
>
> That is, EE appears to require whitespace after the { if it's not to
> be treated as part of a directive. I think.
>
> Andrew

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.


Reply via email to