Changeset 7066
- Timestamp:
- 05/06/08 01:51:56 (8 months ago)
- Files:
-
- sandbox/vector-behavior/lib/OpenLayers.js (modified) (1 diff)
- sandbox/vector-behavior/lib/OpenLayers/Strategy/Composer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-behavior/lib/OpenLayers.js
r7053 r7066 186 186 "OpenLayers/Strategy.js", 187 187 "OpenLayers/Strategy/BBOX.js", 188 "OpenLayers/Strategy/Composer.js", 188 189 "OpenLayers/Strategy/Fixed.js", 189 190 "OpenLayers/Protocol.js", sandbox/vector-behavior/lib/OpenLayers/Strategy/Composer.js
r7062 r7066 2 2 * license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the 3 3 * full text of the license. */ 4 5 /** 6 * @requires OpenLayers/Strategy.js 7 */ 4 8 5 9 /**
