From 19adc2b155f1e554ada489181c399856ba2fb32c Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 6 Jul 2006 15:27:03 +0000 Subject: [PATCH] require httprequest, not layer git-svn-id: http://svn.openlayers.org/trunk/openlayers@904 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 1f0e5a76ce..1d70b2ea85 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.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.js +// @require: OpenLayers/HTTPRequest.js // @require: OpenLayers/Util.js /**