[Commits] r1510 - sandbox/cmoullet/ux/StreetViewPanel/ux/widgets

commits at geoext.org commits at geoext.org
Sat Nov 28 08:01:39 CET 2009


Author: cmoullet
Date: 2009-11-28 08:01:39 +0100 (Sat, 28 Nov 2009)
New Revision: 1510

Modified:
   sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
Log:
Scope fixes... complete now


Modified: sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js
===================================================================
--- sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js	2009-11-28 07:00:02 UTC (rev 1509)
+++ sandbox/cmoullet/ux/StreetViewPanel/ux/widgets/StreetViewPanel.js	2009-11-28 07:01:39 UTC (rev 1510)
@@ -243,7 +243,7 @@
                         }
                     }
                     // Add the links
-                    if (this.panorama.showLinks) {
+                    if (this.showLinks) {
                         if (this.map) {
                             this.drawLinkTool(this, data.location.latlng, data.links);
                         }



More information about the Commits mailing list