somehow this got left off during the LayersReworking fiasco. Luckily only Untiled.js was actually using it. tests seem to pass, seems alright

git-svn-id: http://svn.openlayers.org/trunk/openlayers@926 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-11 00:50:32 +00:00
parent 37e47ad612
commit 5a5c0f349d

View File

@@ -500,7 +500,7 @@ OpenLayers.Map.prototype = {
//send the move call to all the layers
var bounds = this.getExtent();
for (var i = 0; i < this.layers.length; i++) {
this.layers[i].moveTo(bounds, zoomChanged);
this.layers[i].moveTo(bounds, zoomChanged, minor);
}
this.events.triggerEvent("move");