typo in the doc comments, no functional changes
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9842 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -128,7 +128,7 @@ OpenLayers.Layer.GML = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
|||||||
/**
|
/**
|
||||||
* Method: requestSuccess
|
* Method: requestSuccess
|
||||||
* Process GML after it has been loaded.
|
* Process GML after it has been loaded.
|
||||||
* Called by initialise() and loadUrl() after the GML has been loaded.
|
* Called by initialize() and loadUrl() after the GML has been loaded.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* request - {String}
|
* request - {String}
|
||||||
@@ -156,7 +156,7 @@ OpenLayers.Layer.GML = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
|||||||
/**
|
/**
|
||||||
* Method: requestFailure
|
* Method: requestFailure
|
||||||
* Process a failed loading of GML.
|
* Process a failed loading of GML.
|
||||||
* Called by initialise() and loadUrl() if there was a problem loading GML.
|
* Called by initialize() and loadUrl() if there was a problem loading GML.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* request - {String}
|
* request - {String}
|
||||||
|
|||||||
Reference in New Issue
Block a user