File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ if (typeof Extras == "undefined" || !Extras)
76
76
this . metadataBannerViewName = "detailed" ;
77
77
this . metadataLineViewName = "detailed" ;
78
78
this . thumbnailColumnWidth = 200 ;
79
- this . rowClassName = "alf-detail" ;
80
79
81
80
var me = this ;
82
81
@@ -488,7 +487,12 @@ if (typeof Extras == "undefined" || !Extras)
488
487
Extras . DocumentListGeoViewRenderer . onGMapsScriptLoad = function DL_GVR_onGMapsScriptLoad ( e )
489
488
{
490
489
YAHOO . Bubbling . fire ( "gmapsScriptLoaded" ) ;
491
- }
490
+ } ;
491
+
492
+ Extras . DocumentListLeafletGeoViewRenderer = function DocumentListLeafletGeoViewRenderer_constructor ( name )
493
+ {
494
+ Extras . DocumentListLeafletGeoViewRenderer . superclass . constructor . call ( this , name ) ;
495
+ } ;
492
496
493
497
YAHOO . extend ( Extras . DocumentListLeafletGeoViewRenderer , Extras . DocumentListGeoViewRenderer ,
494
498
{
@@ -532,7 +536,7 @@ if (typeof Extras == "undefined" || !Extras)
532
536
}
533
537
} ,
534
538
535
- _saveMapPreferences = function DL_LGVR__saveMapPreferences ( scope )
539
+ _saveMapPreferences : function DL_LGVR__saveMapPreferences ( scope )
536
540
{
537
541
// save map position and zoom levels
538
542
// when zooming leaflet fires both events, which leads to an exception being thrown from the repo
You can’t perform that action at this time.
0 commit comments