Ticket #3469 (closed feature: fixed)
remove unneeded requires from OpenLayers/Protocol/HTTP.js
| Reported by: | fredj | Owned by: | erilem |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Protocol.HTTP | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Commit |
Description
The class does not use any of these classes, the following requires can be removed:
Index: lib/OpenLayers/Protocol/HTTP.js =================================================================== --- lib/OpenLayers/Protocol/HTTP.js (revision 12260) +++ lib/OpenLayers/Protocol/HTTP.js (working copy) @@ -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 */
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

