Make ol.format.KML#readName method exportable

This commit is contained in:
oterral
2014-06-12 16:56:39 +02:00
parent b8dca03365
commit 67bd397c37

View File

@@ -1552,6 +1552,7 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node) {
/**
* @param {Document|Node|string} source Souce.
* @return {string|undefined} Name.
* @todo api
*/
ol.format.KML.prototype.readName = function(source) {
if (ol.xml.isDocument(source)) {