[OpenLayers-Trac] [OpenLayers] #1242: Typo in Ajax.js
OpenLayers
trac at openlayers.org
Thu Jan 3 04:33:21 EST 2008
#1242: Typo in Ajax.js
------------------------+---------------------------------------------------
Reporter: openlayers | Owner:
Type: bug | Status: new
Priority: critical | Milestone:
Component: general | Version: 2.5
Keywords: | State:
------------------------+---------------------------------------------------
There is a typo in Ajax.js line 396, which in SVN revision 5643 reads:
{{{
if (typeof extra.push == 'function') {
}}}
that should read:
{{{
if (typeof extras.push == 'function') {
}}}
Please note the missing ''''s'''' in 'extra'.
Questions? Contact: david <dot> reksten <at> gmail <dot> com
--
Ticket URL: <http://trac.openlayers.org/ticket/1242>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list