Merge pull request #2218 from oterral/exports

Add exports
This commit is contained in:
Éric Lemoine
2014-06-25 09:30:37 +02:00
2 changed files with 2 additions and 0 deletions

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)) {

View File

@@ -176,6 +176,7 @@ ol.tilegrid.TileGrid.prototype.getResolution = function(z) {
/**
* @return {Array.<number>} Resolutions.
* @todo api
*/
ol.tilegrid.TileGrid.prototype.getResolutions = function() {
return this.resolutions_;