OpenLayers OpenLayers

Changeset 6555

Show
Ignore:
Timestamp:
03/19/08 15:38:25 (10 months ago)
Author:
euzuro
Message:

removing extraneous lines from getParameters() function (r=tschaub) (Closes #1450)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Util.js

    r6519 r6555  
    819819    // if no url specified, take it from the location bar 
    820820    url = url || window.location.href; 
    821     if (url == null) { 
    822         url = window.location.href; 
    823     } 
    824821 
    825822    //parse out parameters portion of url string