fix typo in Request.js (refs #462)
This commit is contained in:
@@ -20,7 +20,7 @@ OpenLayers.ProxyHost = "";
|
|||||||
* with XMLHttpRequests. These methods work with a cross-browser
|
* with XMLHttpRequests. These methods work with a cross-browser
|
||||||
* W3C compliant <OpenLayers.Request.XMLHttpRequest> class.
|
* W3C compliant <OpenLayers.Request.XMLHttpRequest> class.
|
||||||
*/
|
*/
|
||||||
if (!OpenLayers.Requst) {
|
if (!OpenLayers.Request) {
|
||||||
/**
|
/**
|
||||||
* This allows for OpenLayers/Request/XMLHttpRequest.js to be included
|
* This allows for OpenLayers/Request/XMLHttpRequest.js to be included
|
||||||
* before or after this script.
|
* before or after this script.
|
||||||
|
|||||||
Reference in New Issue
Block a user