Changeset 4015
- Timestamp:
- 08/24/07 09:18:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/feature/tests/Handler/test_RegularPolygon.html
r4014 r4015 18 18 "constructor calls parent with the correct callbacks"); 19 19 t.eq(opt, options, 20 " constructor calls parent with the correct options");20 "regular polygon constructor calls parent with the correct options"); 21 21 } 22 22 var handler = new OpenLayers.Handler.RegularPolygon(control, callbacks, options);
