Changeset 3111
- Timestamp:
- 05/02/07 10:01:13 (2 years ago)
- Files:
-
- trunk/openlayers/tests/Layer/test_Vector.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Layer/test_Vector.html
r3105 r3111 120 120 eraseFeatures: function(features) { 121 121 f = features[0]; 122 } 122 }, 123 destroy: function() { } 123 124 }; 124 125
