Changeset 579

Show
Ignore:
Timestamp:
06/26/08 11:57:36 (5 months ago)
Author:
allens
Message:

added Location.clone()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/tom-tweenlite/lib/com/modestmaps/geo/Location.as

    r541 r579  
    2626            } 
    2727             
     28            public function clone():Location 
     29            { 
     30                return new Location(lat, lon); 
     31            } 
     32             
    2833            public function toString():String 
    2934            {