non-functional change: added missing stub method nodeTypeCompare
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7953 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -850,6 +850,19 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
|||||||
return node;
|
return node;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Method: nodeTypeCompare
|
||||||
|
*
|
||||||
|
* Parameters:
|
||||||
|
* node - {DOMElement}
|
||||||
|
* type - {String} Kind of node
|
||||||
|
*
|
||||||
|
* Returns:
|
||||||
|
* {Boolean} Whether or not the specified node is of the specified type
|
||||||
|
* This function must be overridden by subclasses.
|
||||||
|
*/
|
||||||
|
nodeTypeCompare: function(node, type) {},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: createNode
|
* Method: createNode
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user