Change @require to @require:
git-svn-id: http://svn.openlayers.org/trunk/openlayers@326 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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.PanZoom());
|
||||
this.addControl(new OpenLayers.Control.PanZoomBar());
|
||||
}
|
||||
|
||||
this.popups = new Array();
|
||||
|
||||
Reference in New Issue
Block a user