[OpenLayers-Trac] [OpenLayers] #3469: remove unneeded requires from OpenLayers/Protocol/HTTP.js

OpenLayers trac-20090302 at openlayers.org
Thu Aug 18 08:58:18 EDT 2011


#3469: remove unneeded requires from OpenLayers/Protocol/HTTP.js
---------------------------+------------------------------------------------
 Reporter:  fredj          |       Owner:              
     Type:  feature        |      Status:  new         
 Priority:  minor          |   Milestone:  2.12 Release
Component:  Protocol.HTTP  |     Version:  2.10        
 Keywords:                 |       State:              
---------------------------+------------------------------------------------
 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
   */
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3469>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list