From 63207356714d453c4d9b6f41329caeefb0f788c3 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 31 Jan 2007 12:03:37 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Control/OverviewMap.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/OpenLayers/Control/OverviewMap.js b/lib/OpenLayers/Control/OverviewMap.js index e4844a3cca..f57d6a5d48 100644 --- a/lib/OpenLayers/Control/OverviewMap.js +++ b/lib/OpenLayers/Control/OverviewMap.js @@ -6,11 +6,11 @@ * @author Tim Schaub */ -// @require: OpenLayers/Control.js - /** -* @class -*/ + * @class + * + * @requires OpenLayers/Control.js + */ OpenLayers.Control.OverviewMap = OpenLayers.Class.create(); OpenLayers.Control.OverviewMap.prototype =