From 0144ee66abc227f50c4ec8b6a57b77d07c0deb28 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 6 Jul 2006 15:39:10 +0000 Subject: [PATCH] fix the require git-svn-id: http://svn.openlayers.org/trunk/openlayers@905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 1d70b2ea85..0741e23dce 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -1,7 +1,8 @@ /* 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/HTTPRequest.js + +// @require: OpenLayers/Layer/HTTPRequest.js // @require: OpenLayers/Util.js /**