oops. copy/paste error

git-svn-id: http://svn.openlayers.org/trunk/openlayers@190 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-19 18:37:22 +00:00
parent 0456e80862
commit 7e8417959e

View File

@@ -31,8 +31,8 @@ OpenLayers.Layer.WFS.prototype =
* @param {Boolean} zoomChanged
*/
moveTo: function(bounds, zoomChanged) {
OpenLayers.Layer.Grid.prototype.initialize.apply(this, arguments);
OpenLayers.Layer.Marker.prototype.initialize.apply(this, arguments);
OpenLayers.Layer.Grid.prototype.moveTo.apply(this, arguments);
OpenLayers.Layer.Marker.prototype.moveTo.apply(this, arguments);
},
/**