Changeset 7552
- Timestamp:
- 07/21/08 09:57:07 (4 months ago)
- Files:
-
- trunk/openlayers/tests/Handler/Path.html (modified) (1 diff)
- trunk/openlayers/tests/Handler/Polygon.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Handler/Path.html
r6719 r7552 58 58 handler.mouseup(evt); 59 59 var evt = {xy: new OpenLayers.Pixel(175, 100), which: 1}; 60 handler.mousemove(evt); 60 61 handler.mousedown(evt); 61 62 handler.mouseup(evt); trunk/openlayers/tests/Handler/Polygon.html
r6719 r7552 59 59 handler.mouseup(evt); 60 60 var evt = {xy: new OpenLayers.Pixel(175, 100), which: 1}; 61 handler.mousemove(evt); 61 62 handler.mousedown(evt); 62 63 handler.mouseup(evt);
