encer
Sent: Wednesday, August 20, 2008 9:36 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] fusion and javascript
I'm not using the viewer api thing but I can confirm that having a
comma after the last thing in an object declaration or array is not
valid for IE (but firefo
I'm not using the viewer api thing but I can confirm that having a
comma after the last thing in an object declaration or array is not
valid for IE (but firefox silently ignores it).
Not sure about the var Fusion thing, but that seems reasonable since
the task pane runs inside an iframe whi
I have answered some of my own questions here.
Lines 253 and 321 in MapGuideViewerApi.js were continually breaking my code.
They were curly braces followed by a comma as part of the LineHandlers and
RectangleHandlers classes "},". Both of those lines are the closing braces
for the last funct