Fix some problems in the documentation.
This commit is contained in:
@@ -190,7 +190,7 @@ OpenLayers.Format.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* criteria - {String} Search string which will match some part of a tagName
|
||||
*
|
||||
* Returns:
|
||||
* Array({DOMElement)) An array of sibling xml nodes
|
||||
* Array({DOMElement}) An array of sibling xml nodes
|
||||
*/
|
||||
getSiblingNodesByTagCriteria: function(node, criteria){
|
||||
var nodes = [];
|
||||
|
||||
Reference in New Issue
Block a user