Fix requires statement for the OverviewMap, reported by bartvde, patch by

euzuro, approved for commit by tschaub (and me). #489


git-svn-id: http://svn.openlayers.org/trunk/openlayers@2190 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-01-31 12:03:37 +00:00
parent f5b24c2ae4
commit 6320735671

View File

@@ -6,11 +6,11 @@
* @author Tim Schaub * @author Tim Schaub
*/ */
// @require: OpenLayers/Control.js
/** /**
* @class * @class
*/ *
* @requires OpenLayers/Control.js
*/
OpenLayers.Control.OverviewMap = OpenLayers.Class.create(); OpenLayers.Control.OverviewMap = OpenLayers.Class.create();
OpenLayers.Control.OverviewMap.prototype = OpenLayers.Control.OverviewMap.prototype =