OpenLayers OpenLayers

Changeset 7677

Show
Ignore:
Timestamp:
08/01/08 21:44:26 (4 months ago)
Author:
crschmidt
Message:

Fixing an obvious bug in Ajax.js: when we upgraded Prototype, we missed
a pair -> extras, caught by 'falstaff'. (Closes #1559)

Files:

Legend:

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

    r7675 r7677  
    406406            } else { 
    407407                for (var i in extras) { 
    408                     headers[i] = pair[i]; 
     408                    headers[i] = extras[i]; 
    409409                } 
    410410            }