Changeset 7707
- Timestamp:
- 08/05/08 07:55:24 (4 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Strategy (added)
- trunk/openlayers/lib/OpenLayers/Strategy/Fixed.js (added)
- trunk/openlayers/tests/Strategy (added)
- trunk/openlayers/tests/Strategy/Fixed.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r7651 r7707 182 182 "OpenLayers/Layer/Vector.js", 183 183 "OpenLayers/Strategy.js", 184 "OpenLayers/Strategy/Fixed.js", 184 185 "OpenLayers/Protocol.js", 185 186 "OpenLayers/Layer/PointTrack.js", trunk/openlayers/tests/list-tests.html
r7651 r7707 122 122 <li>Rule.html</li> 123 123 <li>Strategy.html</li> 124 <li>Strategy/Fixed.html</li> 124 125 <li>Style.html</li> 125 126 <li>StyleMap.html</li>
