Fix missing API docs

This commit is contained in:
Peter Robins
2014-08-11 09:31:07 +00:00
parent 9db936fe87
commit d9976ca207
6 changed files with 17 additions and 9 deletions
-7
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)}}