fix up undefined error in ArcGISCache layer, thanks jorix, non-functional change (closes #3030)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11702 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -271,7 +271,7 @@ OpenLayers.Layer.ArcGISCache = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
||||
endTileCol: end.x,
|
||||
endTileRow: end.y
|
||||
};
|
||||
return calculateMaxExtentWithLOD(lod);
|
||||
return this.calculateMaxExtentWithLOD(lod);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user