[fusion-commits] r1800 - branches/fusion-1.1/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon Feb 23 10:46:09 EST 2009
Author: madair
Date: 2009-02-23 10:46:08 -0500 (Mon, 23 Feb 2009)
New Revision: 1800
Modified:
branches/fusion-1.1/MapGuide/MapGuideViewerApi.js
Log:
closes #213: remove extra commas
Modified: branches/fusion-1.1/MapGuide/MapGuideViewerApi.js
===================================================================
--- branches/fusion-1.1/MapGuide/MapGuideViewerApi.js 2009-02-20 19:15:33 UTC (rev 1799)
+++ branches/fusion-1.1/MapGuide/MapGuideViewerApi.js 2009-02-23 15:46:08 UTC (rev 1800)
@@ -249,7 +249,7 @@
seg.to.updateGeo();
this.clearContext();
this.draw(this.context);
- },
+ }
}
RectangleHandlers = Class.create();
@@ -317,7 +317,7 @@
this.seg4.from.updateGeo();
this.clearContext();
this.draw(this.context);
- },
+ }
}
MultiPointHandlers = Class.create();
More information about the fusion-commits
mailing list