Merge pull request #5108 from fredj/rm_ol.xml.getAttributeNodeNS
Remove unused ol.xml.getAttributeNodeNS function
This commit is contained in:
@@ -116,17 +116,6 @@ ol.xml.getAttributeNS = function(node, namespaceURI, name) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {Node} node Node.
|
||||
* @param {?string} namespaceURI Namespace URI.
|
||||
* @param {string} name Attribute name.
|
||||
* @return {?Node} Attribute node or null if none found.
|
||||
*/
|
||||
ol.xml.getAttributeNodeNS = function(node, namespaceURI, name) {
|
||||
return node.getAttributeNodeNS(namespaceURI, name);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {Node} node Node.
|
||||
* @param {?string} namespaceURI Namespace URI.
|
||||
|
||||
Reference in New Issue
Block a user