[OpenLayers-Commits] r7346 - trunk/openlayers/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Tue Jun 10 19:33:50 EDT 2008


Author: tschaub
Date: 2008-06-10 19:33:50 -0400 (Tue, 10 Jun 2008)
New Revision: 7346

Modified:
   trunk/openlayers/lib/OpenLayers/Ajax.js
Log:
ajax requires xhr

Modified: trunk/openlayers/lib/OpenLayers/Ajax.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Ajax.js	2008-06-10 22:00:41 UTC (rev 7345)
+++ trunk/openlayers/lib/OpenLayers/Ajax.js	2008-06-10 23:33:50 UTC (rev 7346)
@@ -2,6 +2,9 @@
  * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
  * full text of the license. */
 
+/**
+ * @requires OpenLayers/Request/XMLHttpRequest.js
+ */
 
 OpenLayers.ProxyHost = "";
 //OpenLayers.ProxyHost = "examples/proxy.cgi?url=";



More information about the Commits mailing list