Changeset 579
- Timestamp:
- 06/26/08 11:57:36 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/lib/com/modestmaps/geo/Location.as
r541 r579 26 26 } 27 27 28 public function clone():Location 29 { 30 return new Location(lat, lon); 31 } 32 28 33 public function toString():String 29 34 {
