A couple changes got rolled into r326 that weren't meant to: Rolling them back out.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@327 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-24 17:38:27 +00:00
parent c0ec7f9a00
commit 213a1b02d1
3 changed files with 9 additions and 27 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// @require: OpenLayers/Util.js
// @require OpenLayers/Util.js
/**
* @class
*
@@ -98,7 +98,7 @@ OpenLayers.Map.prototype = {
if (!this.controls) {
this.controls = [];
this.addControl(new OpenLayers.Control.MouseDefaults());
this.addControl(new OpenLayers.Control.PanZoomBar());
this.addControl(new OpenLayers.Control.PanZoom());
}
this.popups = new Array();