OpenLayers OpenLayers

Changeset 6647

Show
Ignore:
Timestamp:
03/27/08 21:54:32 (10 months ago)
Author:
euzuro
Message:

remove outdated comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js

    r6630 r6647  
    159159    setSize: function(size) { 
    160160 
    161         // Call the Popup's setSize() directly (the Anchored popup's setSize() 
    162         //  does nothing for us except call moveTo() before we're ready.  
    163         // This will take care of setting the popup's 'div' and 'contentDiv'  
    164         //  to the size specified (or the max/min popup size if extreme). 
    165161        OpenLayers.Popup.Anchored.prototype.setSize.apply(this, arguments); 
    166162