Merge pull request #2509 from probins/apimismatch

Fix missing API docs
This commit is contained in:
Éric Lemoine
2014-08-20 15:40:25 +02:00
6 changed files with 17 additions and 9 deletions

View File

@@ -22,13 +22,6 @@ olx.AttributionOptions;
olx.AttributionOptions.prototype.html;
/**
* Tile ranges (FOR INTERNAL USE ONLY).
* @type {Object.<string, Array.<ol.TileRange>>|undefined}
*/
olx.AttributionOptions.prototype.tileRanges;
/**
* @typedef {{loadTilesWhileAnimating: (boolean|undefined),
* loadTilesWhileInteracting: (boolean|undefined)}}