From d555835791051bbdea8fca4742a5431b4f8a6229 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 8 Feb 2008 19:47:51 +0000 Subject: [PATCH] Committed the wrong version of this file somehow; this should have been in the commit for #110. git-svn-id: http://svn.openlayers.org/trunk/openlayers@6129 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 a4341f7221..0283135f55 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -1252,7 +1252,7 @@ OpenLayers.Map = OpenLayers.Class({ pan: function(dx, dy, options) { if (!options) { - options = {} + options = {animate: true} } // getCenter var centerPx = this.getViewPortPxFromLonLat(this.getCenter());