[fusion-users] Proposed changes to MapGuideViewerApi.js
(fusion\layers\MapGuide)
miansi
AndreiSinelnikov at SierraSystems.com
Thu May 6 18:23:52 EDT 2010
Hello,
Can I propose to implement following changes in MapGuideViewerApi.js:
Line 222:
Instead of:
window.top.Fusion.registerForEvent(window.top.Fusion.Event.FUSION_INITIALIZED,
mgApiInit);
This:
var myFusion = GetFusionWindow().Fusion;
myFusion.registerForEvent(myFusion.Event.FUSION_INITIALIZED, mgApiInit);
Regards,
Andrei
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Proposed-changes-to-MapGuideViewerApi-js-fusion-layers-MapGuide-tp5016807p5016807.html
Sent from the Fusion Users mailing list archive at Nabble.com.
More information about the fusion-users
mailing list