[OpenLayers-Commits] r12383 - in trunk/openlayers/lib/OpenLayers:
Format Protocol
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Sep 17 14:41:54 EDT 2011
Author: fredj
Date: 2011-09-17 11:41:53 -0700 (Sat, 17 Sep 2011)
New Revision: 12383
Modified:
trunk/openlayers/lib/OpenLayers/Format/QueryStringFilter.js
trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js
Log:
remove unneeded requires from OpenLayers/Protocol/HTTP.js r=erilem (closes #3469)
Modified: trunk/openlayers/lib/OpenLayers/Format/QueryStringFilter.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/QueryStringFilter.js 2011-09-17 18:12:17 UTC (rev 12382)
+++ trunk/openlayers/lib/OpenLayers/Format/QueryStringFilter.js 2011-09-17 18:41:53 UTC (rev 12383)
@@ -4,8 +4,11 @@
* full text of the license. */
/**
+ * @requires OpenLayers/Console.js
* @requires OpenLayers/Format.js
+ * @requires OpenLayers/Filter/Spatial.js
* @requires OpenLayers/Filter/Comparison.js
+ * @requires OpenLayers/Filter/Logical.js
*/
/**
@@ -177,4 +180,4 @@
});
-})();
\ No newline at end of file
+})();
Modified: trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js 2011-09-17 18:12:17 UTC (rev 12382)
+++ trunk/openlayers/lib/OpenLayers/Protocol/HTTP.js 2011-09-17 18:41:53 UTC (rev 12383)
@@ -4,12 +4,7 @@
* full text of the license. */
/**
- * @requires OpenLayers/Console.js
* @requires OpenLayers/Protocol.js
- * @requires OpenLayers/Feature/Vector.js
- * @requires OpenLayers/Filter/Spatial.js
- * @requires OpenLayers/Filter/Comparison.js
- * @requires OpenLayers/Filter/Logical.js
* @requires OpenLayers/Request/XMLHttpRequest.js
*/
More information about the Commits
mailing list