From dc7c266f1f188a92379efd676edb72210338fee1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 4 Oct 2006 15:33:02 +0000 Subject: [PATCH] Fix requires statement. Single file build of OpenLayers broken prior to this. (Thx jrf) git-svn-id: http://svn.openlayers.org/trunk/openlayers@1560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/MapServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/MapServer.js b/lib/OpenLayers/Layer/MapServer.js index 97b491cc3b..d23f247219 100644 --- a/lib/OpenLayers/Layer/MapServer.js +++ b/lib/OpenLayers/Layer/MapServer.js @@ -1,7 +1,7 @@ /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * text of the license. */ -// @require: OpenLayers/Layer/Grid.js +// @requires OpenLayers/Layer/Grid.js /** * @class */