From 0978e6cfa732b6a731a10ee0fba7cbc001ea6f38 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 15 May 2008 14:14:32 +0000 Subject: [PATCH] Fix mistake in documentation: idx -> delta. Reported by aboudreault on IRC, no functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7190 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 8384befc81..566e75c4d1 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -954,7 +954,7 @@ OpenLayers.Map = OpenLayers.Class({ * * Paremeters: * layer - {} - * idx - {int} + * delta - {int} */ raiseLayer: function (layer, delta) { var idx = this.getLayerIndex(layer) + delta;