Changeset 628

Show
Ignore:
Timestamp:
07/20/08 23:42:12 (2 months ago)
Author:
tom
Message:

explaining myself

Files:

Legend:

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

    r627 r628  
    138138                public var maxOpenRequests:int = DEFAULT_MAX_OPEN_REQUESTS; 
    139139 
    140                 // set this to true to enable enforcing of map bounds from the map provider's limits 
     140                /** set this to true to enable enforcing of map bounds from the map provider's limits */ 
    141141                public var enforceBoundsEnabled:Boolean = DEFAULT_ENFORCE_BOUNDS; 
    142142                 
     143                /** set this to false, along with roundScalesEnabled, if you need a map to stay 'fixed' in place as it changes size */ 
    143144                public var roundPositionsEnabled:Boolean = DEFAULT_ROUND_POSITIONS; 
    144145                 
     146                /** set this to false, along with roundPositionsEnabled, if you need a map to stay 'fixed' in place as it changes size */ 
    145147                public var roundScalesEnabled:Boolean = DEFAULT_ROUND_SCALES; 
    146148