RE: [mapguide-users] fusion and javascript

2008-08-20 Thread Mark Pendergraft
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

Re: [mapguide-users] fusion and javascript

2008-08-20 Thread Paul Spencer
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

RE: [mapguide-users] fusion and javascript

2008-08-20 Thread Mark Pendergraft
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