From 194c6adc4dc53bad1778d1e9d86d34decb1c4f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 12 May 2010 06:59:20 +0000 Subject: [PATCH] Protocol.HTTP - add @requires to XMLHttpRequest.js, reported by pwr in #2633, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10310 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Protocol/HTTP.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Protocol/HTTP.js b/lib/OpenLayers/Protocol/HTTP.js index 5929c5d809..61a94eb448 100644 --- a/lib/OpenLayers/Protocol/HTTP.js +++ b/lib/OpenLayers/Protocol/HTTP.js @@ -8,6 +8,7 @@ * @requires OpenLayers/Filter/Spatial.js * @requires OpenLayers/Filter/Comparison.js * @requires OpenLayers/Filter/Logical.js + * @requires OpenLayers/Request/XMLHttpRequest.js */ /**